Skip to content

Commit babf190

Browse files
authored
Merge pull request swiftlang#256 from benlangmuir/disable-sr-12378
Disable testDependenciesUpdatedCXXTibs temporarily
2 parents 81e2688 + 4468fea commit babf190

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/SourceKitTests/SourceKitTests.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ final class SKTests: XCTestCase {
238238
}
239239

240240
func testDependenciesUpdatedCXXTibs() throws {
241+
// SR-12378: this is failing occassionally in CI. Disabling while we
242+
// investigate and fix.
243+
#if false
244+
241245
guard let ws = try mutableSourceKitTibsTestWorkspace(name: "GeneratedHeader") else { return }
242246
guard let server = ws.testServer.server else {
243247
XCTFail("Unable to fetch SourceKitServer to notify for build system events.")
@@ -283,6 +287,7 @@ final class SKTests: XCTestCase {
283287
if finished != .completed {
284288
fatalError("error \(finished) waiting for post-build diagnostics notification")
285289
}
290+
#endif
286291
}
287292

288293
func testClangdGoToInclude() throws {

0 commit comments

Comments
 (0)