Skip to content

Commit c8169c3

Browse files
authored
Merge pull request swiftlang#37457 from benlangmuir/disable-CursorInfoTest.CursorInfoMustWaitDueTokenRace
[test] Disable CursorInfoTest.CursorInfoMustWaitDueTokenRace
2 parents e0b8de4 + f6b2518 commit c8169c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/SourceKit/SwiftLang/CursorInfoTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ TEST_F(CursorInfoTest, CursorInfoMustWaitDueToken) {
367367
EXPECT_EQ(strlen("fog"), Info.Length);
368368
}
369369

370-
TEST_F(CursorInfoTest, CursorInfoMustWaitDueTokenRace) {
370+
// This test is failing occassionally in CI: rdar://55314062
371+
TEST_F(CursorInfoTest, DISABLED_CursorInfoMustWaitDueTokenRace) {
371372
const char *DocName = "test.swift";
372373
const char *Contents = "let value = foo\n"
373374
"let foo = 0\n";

0 commit comments

Comments
 (0)