Skip to content

Commit 9c673af

Browse files
[Test] Disabled testSwiftRunSIGINT. (#5643)
rdar://96290746
1 parent a6ac80f commit 9c673af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/FunctionalTests/MiscellaneousTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ class MiscellaneousTestCase: XCTestCase {
385385
}
386386

387387
func testSwiftRunSIGINT() throws {
388+
try XCTSkipIf(true, "rdar://96290746")
388389
try fixture(name: "Miscellaneous/SwiftRun") { fixturePath in
389390
let mainFilePath = fixturePath.appending(component: "main.swift")
390391
try localFileSystem.removeFileTree(mainFilePath)

0 commit comments

Comments
 (0)