Skip to content

Commit 94ba7ea

Browse files
authored
Merge pull request #1945 from bnbarham/revert-test-disable
Revert "Temporaily disable two crashing test cases"
2 parents d5978d5 + 21ca1dd commit 94ba7ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SourceKitLSPTests/CodeActionTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)