Skip to content

Commit 2b16252

Browse files
authored
Annotate sandboxing test as flaky (#98)
1 parent e542d90 commit 2b16252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/ShellScriptSandboxingTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ fileprivate struct ShellScriptSandboxingTests: CoreBasedTests {
14571457
///
14581458
/// Expected: We want sandbox-exec to warn/fail that “A.txt” is accessed but not declared in the input file list.
14591459

1460-
@Test(.requireSDKs(.macOS))
1460+
@Test(.requireSDKs(.macOS), .flaky("test periodically fails in Swift CI"))
14611461
func blockUndeclaredInputOrOutputFromDisk() async throws {
14621462
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
14631463
let testWorkspace = TestWorkspace(

0 commit comments

Comments
 (0)