Skip to content

Commit ec99b1f

Browse files
committed
Disable SwiftSourceKitPluginTests.testCancellation
rdar://145905708
1 parent 7882228 commit ec99b1f

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)