File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,10 @@ final class SKTests: XCTestCase {
238
238
}
239
239
240
240
func testDependenciesUpdatedCXXTibs( ) throws {
241
+ // SR-12378: this is failing occassionally in CI. Disabling while we
242
+ // investigate and fix.
243
+ #if false
244
+
241
245
guard let ws = try mutableSourceKitTibsTestWorkspace ( name: " GeneratedHeader " ) else { return }
242
246
guard let server = ws. testServer. server else {
243
247
XCTFail ( " Unable to fetch SourceKitServer to notify for build system events. " )
@@ -283,6 +287,7 @@ final class SKTests: XCTestCase {
283
287
if finished != . completed {
284
288
fatalError ( " error \( finished) waiting for post-build diagnostics notification " )
285
289
}
290
+ #endif
286
291
}
287
292
288
293
func testClangdGoToInclude( ) throws {
You can’t perform that action at this time.
0 commit comments