Skip to content

Commit d0b00a8

Browse files
committed
Test: temporarily skip testChangingOutputFileMap()
rdar://82304093
1 parent 7e70ba0 commit d0b00a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SwiftDriverTests/CrossModuleIncrementalBuildTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class CrossModuleIncrementalBuildTests: XCTestCase {
4141
}
4242

4343
func testChangingOutputFileMap() throws {
44+
// rdar://82304093
45+
throw XCTSkip()
4446
try withTemporaryDirectory { path in
4547
try localFileSystem.changeCurrentWorkingDirectory(to: path)
4648
let magic = path.appending(component: "magic.swift")
@@ -94,6 +96,8 @@ class CrossModuleIncrementalBuildTests: XCTestCase {
9496
}
9597

9698
func testEmbeddedModuleDependencies() throws {
99+
// rdar://82304093
100+
throw XCTSkip()
97101
try withTemporaryDirectory { path in
98102
try localFileSystem.changeCurrentWorkingDirectory(to: path)
99103
do {

0 commit comments

Comments
 (0)