File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Tests/SKSwiftPMWorkspaceTests Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ final class SwiftPMWorkspaceTests: XCTestCase {
82
82
}
83
83
}
84
84
85
- func testBasicSwiftArgs( ) {
85
+ func testBasicSwiftArgs( ) throws {
86
+ throw XCTSkip ( " rdar://76191577 " ) ;
87
+
86
88
// FIXME: should be possible to use InMemoryFileSystem.
87
89
let fs = localFileSystem
88
90
try ! withTemporaryDirectory ( removeTreeOnDeinit: true ) { tempDir in
@@ -320,7 +322,9 @@ final class SwiftPMWorkspaceTests: XCTestCase {
320
322
}
321
323
}
322
324
323
- func testBasicCXXArgs( ) {
325
+ func testBasicCXXArgs( ) throws {
326
+ throw XCTSkip ( " rdar://76191577 " ) ;
327
+
324
328
// FIXME: should be possible to use InMemoryFileSystem.
325
329
let fs = localFileSystem
326
330
try ! withTemporaryDirectory ( removeTreeOnDeinit: true ) { tempDir in
You can’t perform that action at this time.
0 commit comments