Skip to content

Commit caa4820

Browse files
committed
Mark stressConcurrentCancellation as requiring thread-safe working directory
1 parent 7319148 commit caa4820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/BuildTaskBehaviorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ fileprivate struct BuildTaskBehaviorTests: CoreBasedTests {
206206

207207
/// Stress concurrent access to the build system cache during rapid cancel
208208
/// then build scenarios.
209-
@Test(.requireSDKs(.host), .skipHostOS(.windows, "no /usr/bin/true"),
209+
@Test(.requireSDKs(.host), .skipHostOS(.windows, "no /usr/bin/true"), .requireThreadSafeWorkingDirectory,
210210
// To aid in establishing the subtle concurrent
211211
// timing required to trigger chaos, we disable early build operation
212212
// cancellation.

0 commit comments

Comments
 (0)