From bdd7a37794518b0487b191e7dbbbd3beb2397458 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sun, 2 May 2021 13:04:35 +0200 Subject: Don't run integration tests in parallel * Easier to debug failing tests when the logs aren't scrambled * Static properties could cause issues --- tests/Jellyfin.Server.Integration.Tests/xunit.runner.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/Jellyfin.Server.Integration.Tests/xunit.runner.json (limited to 'tests/Jellyfin.Server.Integration.Tests/xunit.runner.json') diff --git a/tests/Jellyfin.Server.Integration.Tests/xunit.runner.json b/tests/Jellyfin.Server.Integration.Tests/xunit.runner.json new file mode 100644 index 0000000000..809e880c71 --- /dev/null +++ b/tests/Jellyfin.Server.Integration.Tests/xunit.runner.json @@ -0,0 +1,4 @@ +{ + "parallelizeAssembly": false, + "parallelizeTestCollections": false +} -- cgit v1.2.3