Skip to content

Commit a2a3388

Browse files
author
Wang Lun
committed
skip FoundationSubmodule test for non-darwnin
1 parent e396421 commit a2a3388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SourceKitLSPTests/SwiftInterfaceTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ final class SwiftInterfaceTests: XCTestCase {
346346
}
347347

348348
func testFoundationSubmoduleNavigation() async throws {
349+
try SkipUnless.platformIsDarwin("Non-Darwin platforms don't have Foundation submodules")
350+
349351
let testClient = try await TestSourceKitLSPClient(
350352
capabilities: ClientCapabilities(experimental: [
351353
GetReferenceDocumentRequest.method: .dictionary(["supported": .bool(true)])

0 commit comments

Comments
 (0)