Skip to content

Commit fad7463

Browse files
committed
Skip LocalSwiftTests.testMultiEditFixitCodeActionPrimary().
The diagnostic behavior it relied on is going away with swiftlang/swift#79070.
1 parent 03da4a4 commit fad7463

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/SourceKitLSPTests/LocalSwiftTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,10 @@ final class LocalSwiftTests: XCTestCase {
645645
}
646646
}
647647

648-
func testMuliEditFixitCodeActionPrimary() async throws {
648+
func testMultiEditFixitCodeActionPrimary() async throws {
649+
// FIXME: Update this test to use different syntax to test multi-fixit diagnostics
650+
try XCTSkipIf(true, "https://github.com/swiftlang/sourcekit-lsp/issues/1961")
651+
649652
let testClient = try await TestSourceKitLSPClient(capabilities: quickFixCapabilities, usePullDiagnostics: false)
650653
let url = URL(fileURLWithPath: "/\(UUID())/a.swift")
651654
let uri = DocumentURI(url)

0 commit comments

Comments
 (0)