jellyfin/tests/Jellyfin.Server.Integration.Tests/xunit.runner.json
Bond_009 bdd7a37794 Don't run integration tests in parallel
* Easier to debug failing tests when the logs aren't scrambled
* Static properties could cause issues
2021-05-02 13:04:35 +02:00

5 lines
78 B
JSON

{
"parallelizeAssembly": false,
"parallelizeTestCollections": false
}