Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
disable parallelization by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahKamara committed May 10, 2024
1 parent 2e0fdd7 commit cbb9185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/XCTesting/Public/TestScaffold.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public enum TestScaffold {
}

var config = Configuration()
config.isParallelizationEnabled = false

// Set Filter so that run only contains our test
config.testFilter = .init(including: [testID])
Expand Down

0 comments on commit cbb9185

Please sign in to comment.