We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03da4a4 + fad7463 commit 883a17cCopy full SHA for 883a17c
Tests/SourceKitLSPTests/LocalSwiftTests.swift
@@ -645,7 +645,10 @@ final class LocalSwiftTests: XCTestCase {
645
}
646
647
648
- func testMuliEditFixitCodeActionPrimary() async throws {
+ 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
+
652
let testClient = try await TestSourceKitLSPClient(capabilities: quickFixCapabilities, usePullDiagnostics: false)
653
let url = URL(fileURLWithPath: "/\(UUID())/a.swift")
654
let uri = DocumentURI(url)
0 commit comments