From 7f6a14a9997e811b630fd44f336bb37a4b3e9539 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 9 Nov 2025 21:01:39 +0100 Subject: [PATCH] Fixed all unit tests trying to run at once --- tests/Berufsschule_HAM.E2ETests/AssemblyInfo.cs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/Berufsschule_HAM.E2ETests/AssemblyInfo.cs diff --git a/tests/Berufsschule_HAM.E2ETests/AssemblyInfo.cs b/tests/Berufsschule_HAM.E2ETests/AssemblyInfo.cs new file mode 100644 index 0000000..63bf3d3 --- /dev/null +++ b/tests/Berufsschule_HAM.E2ETests/AssemblyInfo.cs @@ -0,0 +1,2 @@ +using Xunit; +[assembly: CollectionBehavior(DisableTestParallelization = true)]