Skip to content

Commit c13b885

Browse files
authored
disable module aliasing test while investigating (#4126)
motivation: stable ci changes: disable new module aliasing tests
1 parent b753bce commit c13b885

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/FunctionalTests/ModuleAliasingTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ class ModuleAliasingTests: XCTestCase {
2222
#if swift(<5.6)
2323
try XCTSkipIf(true, "Module aliasing is only supported on swift 5.6+")
2424
#endif
25-
25+
26+
try XCTSkipIf(true, "rdar://88722540")
27+
2628
fixture(name: "Miscellaneous/ModuleAliasing/DirectDeps") { prefix in
2729
let app = prefix.appending(components: "AppPkg")
2830
XCTAssertBuilds(app)

0 commit comments

Comments
 (0)