File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -583,6 +583,7 @@ final class CodeActionTests: XCTestCase {
583
583
}
584
584
585
585
func testPackageManifestEditingCodeActionResult( ) async throws {
586
+ try XCTSkipIf ( true , " Temporarily disable while investigating rdar://143336492 " )
586
587
let testClient = try await TestSourceKitLSPClient ( capabilities: clientCapabilitiesWithCodeActionSupport)
587
588
let uri = DocumentURI ( for: . swift)
588
589
let positions = testClient. openDocument (
@@ -657,6 +658,7 @@ final class CodeActionTests: XCTestCase {
657
658
}
658
659
659
660
func testPackageManifestEditingCodeActionNoTestResult( ) async throws {
661
+ try XCTSkipIf ( true , " Temporarily disable while investigating rdar://143336492 " )
660
662
let testClient = try await TestSourceKitLSPClient ( capabilities: clientCapabilitiesWithCodeActionSupport)
661
663
let uri = DocumentURI ( for: . swift)
662
664
let positions = testClient. openDocument (
You can’t perform that action at this time.
0 commit comments