Skip to content

Commit 070a6f0

Browse files
committed
Disable TestModuleCycle while we investigate the extra diagnostics.
1 parent 26627d7 commit 070a6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/DependencyScan/ModuleDeps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ public func funcA() { }\n"));
367367
ASSERT_TRUE(DiagnosticsReader.warningMessages.front() == "This is a warning");
368368
}
369369

370-
TEST_F(ScanTest, TestModuleCycle) {
370+
// Disabled due to rdar://165014838
371+
TEST_F(ScanTest, DISABLED_TestModuleCycle) {
371372
SmallString<256> tempDir;
372373
ASSERT_FALSE(llvm::sys::fs::createUniqueDirectory("ScanTest.TestModuleCycle", tempDir));
373374
SWIFT_DEFER { llvm::sys::fs::remove_directories(tempDir); };

0 commit comments

Comments
 (0)