We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7882228 + ec99b1f commit 49d0338Copy full SHA for 49d0338
Tests/SwiftSourceKitPluginTests/SwiftSourceKitPluginTests.swift
@@ -272,6 +272,7 @@ final class SwiftSourceKitPluginTests: XCTestCase {
272
}
273
274
func testCancellation() async throws {
275
+ try XCTSkipIf(true, "rdar://145905708")
276
try await SkipUnless.sourcekitdSupportsPlugin()
277
let sourcekitd = try await getSourceKitD()
278
let path = scratchFilePath()
0 commit comments