We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b85bd2 + 11a8176 commit 644214aCopy full SHA for 644214a
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