Skip to content

Commit e64e207

Browse files
authored
Merge pull request #364 from benlangmuir/disable-tests-73717447
[test] Disable clangd crash recovery tests that are failing on rebranch
2 parents c412423 + fa878dd commit e64e207

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SourceKitDTests/CrashRecoveryTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ final class CrashRecoveryTests: XCTestCase {
140140
}
141141

142142
func testClangdCrashRecovery() throws {
143+
throw XCTSkip("failing on rebranch - rdar://73717447")
143144
try XCTSkipUnless(longTestsEnabled)
144145

145146
let ws = try! staticSourceKitTibsWorkspace(name: "ClangCrashRecovery")!
@@ -177,6 +178,7 @@ final class CrashRecoveryTests: XCTestCase {
177178
}
178179

179180
func testClangdCrashRecoveryReopensWithCorrectBuildSettings() throws {
181+
throw XCTSkip("failing on rebranch - rdar://73717447")
180182
try XCTSkipUnless(longTestsEnabled)
181183

182184
let ws = try! staticSourceKitTibsWorkspace(name: "ClangCrashRecoveryBuildSettings")!
@@ -210,6 +212,7 @@ final class CrashRecoveryTests: XCTestCase {
210212
}
211213

212214
func testPreventClangdCrashLoop() throws {
215+
throw XCTSkip("failing on rebranch - rdar://73717447")
213216
try XCTSkipUnless(longTestsEnabled)
214217

215218
let ws = try! staticSourceKitTibsWorkspace(name: "ClangCrashRecovery")!

0 commit comments

Comments
 (0)