Skip to content

Commit a560af9

Browse files
committed
Add xunit.runner.json with parallelizeTestCollections set to false.
1 parent 8241bfe commit a560af9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/EventDriven.ReferenceArchitecture.Specs/Steps/StepDefinitions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
namespace EventDriven.ReferenceArchitecture.Specs.Steps;
2525

2626
[Binding]
27-
[CollectionDefinition("SpecFlowNonParallelizableFeatures", DisableParallelization = true)]
2827
public class StepDefinitions
2928
{
3029
private IMapper OrderMapper { get; }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parallelizeTestCollections": false
3+
}

0 commit comments

Comments
 (0)