Skip to content

Commit fa2ab90

Browse files
committed
fix(#337): run tests serially
this is because we made the ContextGraph a static instance...if C# ever supports interfaced statics, we could swap the IContextGraph source when the test assembly starts executing
1 parent c52170d commit fa2ab90

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)