Skip to content

Commit 7d1c948

Browse files
authored
Update shell script sandboxing test skips (#106)
1 parent 97fa781 commit 7d1c948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SWBBuildSystemTests/ShellScriptSandboxingTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import SWBTestSupport
2323

2424
import RegexBuilder
2525

26-
@Suite(.serialized, .bug("rdar://137357063", "fails when run concurrently"))
26+
@Suite(.serialized, .bug("rdar://137357063", "fails when run concurrently"), .flaky("test periodically fails in Swift CI"))
2727
fileprivate struct ShellScriptSandboxingTests: CoreBasedTests {
2828
// Note:
2929
// TaskConstructionTester is not suitable for run script phases.
@@ -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), .flaky("test periodically fails in Swift CI"))
1460+
@Test(.requireSDKs(.macOS))
14611461
func blockUndeclaredInputOrOutputFromDisk() async throws {
14621462
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
14631463
let testWorkspace = TestWorkspace(

0 commit comments

Comments
 (0)