Skip to content

Commit 11a8176

Browse files
committed
Disable 'testSystemModuleInterface'
This test is flaky. Disable it until we determined the root cause.
1 parent d66705c commit 11a8176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SourceKitLSPTests/SwiftInterfaceTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ final class SwiftInterfaceTests: XCTestCase {
5858
}
5959

6060
func testSystemModuleInterface() throws {
61+
try XCTSkipIf(true, "Test is flaky - rdar://108256204")
6162
// This test is failing non-deterministically in CI becaue the file contents
6263
// of the generated interface just contain a newline.
6364
// I cannot reproduce the failure locally. Add some logging to determine

0 commit comments

Comments
 (0)