From 11a81762418fec4b4831c3ca5892524f8e2aebbb Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Tue, 11 Jul 2023 15:24:39 +0200 Subject: [PATCH] Disable 'testSystemModuleInterface' This test is flaky. Disable it until we determined the root cause. --- Tests/SourceKitLSPTests/SwiftInterfaceTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/SourceKitLSPTests/SwiftInterfaceTests.swift b/Tests/SourceKitLSPTests/SwiftInterfaceTests.swift index 25850fd79..fbaad1de4 100644 --- a/Tests/SourceKitLSPTests/SwiftInterfaceTests.swift +++ b/Tests/SourceKitLSPTests/SwiftInterfaceTests.swift @@ -58,6 +58,7 @@ final class SwiftInterfaceTests: XCTestCase { } func testSystemModuleInterface() throws { + try XCTSkipIf(true, "Test is flaky - rdar://108256204") // This test is failing non-deterministically in CI becaue the file contents // of the generated interface just contain a newline. // I cannot reproduce the failure locally. Add some logging to determine