aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/xunit.runner.json
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-05-02 13:04:35 +0200
committerBond_009 <bond.009@outlook.com>2021-05-02 13:04:35 +0200
commitbdd7a37794518b0487b191e7dbbbd3beb2397458 (patch)
treef64205723d1ff09957fe2350d58b772554ce3c13 /tests/Jellyfin.Server.Integration.Tests/xunit.runner.json
parentea5bc901899bc9d9db96a5a61df3c43078e0003d (diff)
Don't run integration tests in parallel
* Easier to debug failing tests when the logs aren't scrambled * Static properties could cause issues
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/xunit.runner.json')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/xunit.runner.json4
1 files changed, 4 insertions, 0 deletions
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 000000000..809e880c7
--- /dev/null
+++ b/tests/Jellyfin.Server.Integration.Tests/xunit.runner.json
@@ -0,0 +1,4 @@
+{
+ "parallelizeAssembly": false,
+ "parallelizeTestCollections": false
+}