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 {
583583 }
584584
585585 func testPackageManifestEditingCodeActionResult( ) async throws {
586+ try XCTSkipIf ( true , " Temporarily disable while investigating rdar://143336492 " )
586587 let testClient = try await TestSourceKitLSPClient ( capabilities: clientCapabilitiesWithCodeActionSupport)
587588 let uri = DocumentURI ( for: . swift)
588589 let positions = testClient. openDocument (
@@ -657,6 +658,7 @@ final class CodeActionTests: XCTestCase {
657658 }
658659
659660 func testPackageManifestEditingCodeActionNoTestResult( ) async throws {
661+ try XCTSkipIf ( true , " Temporarily disable while investigating rdar://143336492 " )
660662 let testClient = try await TestSourceKitLSPClient ( capabilities: clientCapabilitiesWithCodeActionSupport)
661663 let uri = DocumentURI ( for: . swift)
662664 let positions = testClient. openDocument (
You can’t perform that action at this time.
0 commit comments