diff --git a/Tests/SourceKitLSPTests/HoverTests.swift b/Tests/SourceKitLSPTests/HoverTests.swift index 7f3bf57d3..95594ee67 100644 --- a/Tests/SourceKitLSPTests/HoverTests.swift +++ b/Tests/SourceKitLSPTests/HoverTests.swift @@ -87,6 +87,7 @@ final class HoverTests: XCTestCase { } func testMultiCursorInfoResultsHoverWithDocumentation() async throws { + try await SkipUnless.sourcekitdReturnsRawDocumentationResponse() try await assertHover( """ /// A struct @@ -118,6 +119,7 @@ final class HoverTests: XCTestCase { } func testHoverNameEscapingOnFunction() async throws { + try await SkipUnless.sourcekitdReturnsRawDocumentationResponse() try await assertHover( """ /// this is **bold** documentation @@ -134,6 +136,7 @@ final class HoverTests: XCTestCase { } func testHoverNameEscapingOnOperator() async throws { + try await SkipUnless.sourcekitdReturnsRawDocumentationResponse() try await assertHover( """ /// this is *italic* documentation