We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66705c commit 11a8176Copy full SHA for 11a8176
Tests/SourceKitLSPTests/SwiftInterfaceTests.swift
@@ -58,6 +58,7 @@ final class SwiftInterfaceTests: XCTestCase {
58
}
59
60
func testSystemModuleInterface() throws {
61
+ try XCTSkipIf(true, "Test is flaky - rdar://108256204")
62
// This test is failing non-deterministically in CI becaue the file contents
63
// of the generated interface just contain a newline.
64
// I cannot reproduce the failure locally. Add some logging to determine
0 commit comments