We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542d90 commit 2b16252Copy full SHA for 2b16252
Tests/SWBBuildSystemTests/ShellScriptSandboxingTests.swift
@@ -1457,7 +1457,7 @@ fileprivate struct ShellScriptSandboxingTests: CoreBasedTests {
1457
///
1458
/// Expected: We want sandbox-exec to warn/fail that “A.txt” is accessed but not declared in the input file list.
1459
1460
- @Test(.requireSDKs(.macOS))
+ @Test(.requireSDKs(.macOS), .flaky("test periodically fails in Swift CI"))
1461
func blockUndeclaredInputOrOutputFromDisk() async throws {
1462
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
1463
let testWorkspace = TestWorkspace(
0 commit comments