Skip to content

Commit

Permalink
Merge pull request #1945 from bnbarham/revert-test-disable
Browse files Browse the repository at this point in the history
Revert "Temporaily disable two crashing test cases"
  • Loading branch information
bnbarham authored Feb 11, 2025
2 parents d5978d5 + 21ca1dd commit 94ba7ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/SourceKitLSPTests/CodeActionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ final class CodeActionTests: XCTestCase {
}

func testPackageManifestEditingCodeActionResult() async throws {
try XCTSkipIf(true, "Temporarily disable while investigating rdar://143336492")
let testClient = try await TestSourceKitLSPClient(capabilities: clientCapabilitiesWithCodeActionSupport)
let uri = DocumentURI(for: .swift)
let positions = testClient.openDocument(
Expand Down Expand Up @@ -658,7 +657,6 @@ final class CodeActionTests: XCTestCase {
}

func testPackageManifestEditingCodeActionNoTestResult() async throws {
try XCTSkipIf(true, "Temporarily disable while investigating rdar://143336492")
let testClient = try await TestSourceKitLSPClient(capabilities: clientCapabilitiesWithCodeActionSupport)
let uri = DocumentURI(for: .swift)
let positions = testClient.openDocument(
Expand Down

0 comments on commit 94ba7ea

Please sign in to comment.