Skip to content

Commit 49d0338

Browse files
authored
Merge pull request #2029 from rintaro/disable-rdar145905708
Disable SwiftSourceKitPluginTests.testCancellation
2 parents 7882228 + ec99b1f commit 49d0338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftSourceKitPluginTests/SwiftSourceKitPluginTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ final class SwiftSourceKitPluginTests: XCTestCase {
272272
}
273273

274274
func testCancellation() async throws {
275+
try XCTSkipIf(true, "rdar://145905708")
275276
try await SkipUnless.sourcekitdSupportsPlugin()
276277
let sourcekitd = try await getSourceKitD()
277278
let path = scratchFilePath()

0 commit comments

Comments
 (0)