File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,6 @@ final class CodeActionTests: XCTestCase {
583583 }
584584
585585 func testPackageManifestEditingCodeActionResult( ) async throws {
586- try XCTSkipIf ( true , " Temporarily disable while investigating rdar://143336492 " )
587586 let testClient = try await TestSourceKitLSPClient ( capabilities: clientCapabilitiesWithCodeActionSupport)
588587 let uri = DocumentURI ( for: . swift)
589588 let positions = testClient. openDocument (
@@ -658,7 +657,6 @@ final class CodeActionTests: XCTestCase {
658657 }
659658
660659 func testPackageManifestEditingCodeActionNoTestResult( ) async throws {
661- try XCTSkipIf ( true , " Temporarily disable while investigating rdar://143336492 " )
662660 let testClient = try await TestSourceKitLSPClient ( capabilities: clientCapabilitiesWithCodeActionSupport)
663661 let uri = DocumentURI ( for: . swift)
664662 let positions = testClient. openDocument (
You can’t perform that action at this time.
0 commit comments