Skip to content

Commit

Permalink
Temporaily disable two crashing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bnbarham committed Jan 22, 2025
1 parent 12c225c commit f0adee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SourceKitLSPTests/CodeActionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ 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 @@ -657,6 +658,7 @@ 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 f0adee5

Please sign in to comment.