Skip to content

Commit

Permalink
Disable parallelization of unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Sep 12, 2024
1 parent 2436f12 commit d1cd60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Microsoft.Health.Fhir.CodeGen.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"maxParallelThreads": 5,
"maxParallelThreads": 1,
"parallelAlgorithm": "conservative",
"parallelizeAssembly": true,
"parallelizeTestCollections": true
"parallelizeAssembly": false,
"parallelizeTestCollections": false
}

0 comments on commit d1cd60b

Please sign in to comment.