Skip to content

Commit 644214a

Browse files
authored
Merge pull request swiftlang#766 from ahoppen/ahoppen/disable-flaky-test
Disable 'testSystemModuleInterface'
2 parents 6b85bd2 + 11a8176 commit 644214a

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)