Skip to content

Commit 248d1f3

Browse files
authored
Merge pull request #79495 from ahoppen/disable-CursorInfoMustWaitDueTokenRace
[test] Disable `CursorInfoTest.CursorInfoMustWaitDueTokenRace`
2 parents ff17263 + 46ee1b1 commit 248d1f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/SourceKit/SwiftLang/CursorInfoTest.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ TEST_F(CursorInfoTest, CursorInfoMustWaitDueToken) {
335335
EXPECT_EQ(strlen("fog"), Info.Length);
336336
}
337337

338-
TEST_F(CursorInfoTest, CursorInfoMustWaitDueTokenRace) {
338+
TEST_F(CursorInfoTest, DISABLED_CursorInfoMustWaitDueTokenRace) {
339+
// Disabled due to a race condition (rdar://88652757)
339340
const char *DocName = "test.swift";
340341
const char *Contents = "let value = foo\n"
341342
"let foo = 0\n";

0 commit comments

Comments
 (0)