Skip to content

Commit 808c8a5

Browse files
authored
Merge pull request #80545 from bnbarham/cherry-test-disable
[6.1][Test] Disable flakey cursor info cancellation
2 parents eadd617 + 71b73ec commit 808c8a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unittests/SourceKit/SwiftLang/CursorInfoTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,9 @@ TEST_F(CursorInfoTest, CursorInfoCancelsPreviousRequest) {
412412
llvm::report_fatal_error("Did not receive a response for the first request");
413413
}
414414

415-
TEST_F(CursorInfoTest, CursorInfoCancellation) {
415+
TEST_F(CursorInfoTest, DISABLED_CursorInfoCancellation) {
416+
// Disabled due to a race condition (rdar://88652757)
417+
416418
// TODO: This test case relies on the following snippet being slow to type
417419
// check so that the first cursor info request takes longer to execute than it
418420
// takes time to schedule the second request. If that is fixed, we need to

0 commit comments

Comments
 (0)