Skip to content

Commit f6b2518

Browse files
committed
[test] Disable CursorInfoTest.CursorInfoMustWaitDueTokenRace
Until we figure out why this is (rarely) failing in CI, disable the test. rdar://55314062
1 parent 3b23723 commit f6b2518

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)