Skip to content

Commit 404231b

Browse files
authoredJul 10, 2018
Merge pull request #338 from json-api-dotnet/fix/#337-serial-test-execution
fix(#337): run tests serially
2 parents 1bb0bbd + fa2ab90 commit 404231b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎test/UnitTests/xunit.runner.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"parallelizeAssembly": false,
3+
"parallelizeTestCollections": false
4+
}

0 commit comments

Comments
 (0)
Please sign in to comment.