Skip to content

Commit 03e9cb3

Browse files
committed
Tests: DisableParallelization
1 parent 1815951 commit 03e9cb3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using Xunit;
2+
3+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ElectronNET.IntegrationTests/xunit.runner.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"methodDisplay": "method",
44
"diagnosticMessages": true,
55
"parallelizeTestCollections": false,
6+
"parallelizeAssembly": false,
67
"longRunningTestSeconds": 60
78
}

0 commit comments

Comments
 (0)