Skip to content

Commit 8ef0e2a

Browse files
committed
Add comment to -j 1 for Foundation test execution
1 parent b48d052 commit 8ef0e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ function Test-Foundation {
28542854
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
28552855
-Platform $BuildPlatform `
28562856
-Configuration $FoundationTestConfiguration `
2857-
-j 1
2857+
-j 1 # Running parallel causes a non-deterministic crash in CI only, see https://github.com/swiftlang/swift/issues/83606
28582858
}
28592859
}
28602860

0 commit comments

Comments
 (0)