Skip to content

Commit 68802bb

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 9e33929 commit 68802bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/UnitTests/xunit.runner.json

Lines changed: 4 additions & 0 deletions
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)