[test] Disable CursorInfoTest.CursorInfoMustWaitDueTokenRace

Until we figure out why this is (rarely) failing in CI, disable the
test.

rdar://55314062
This commit is contained in:
Ben Langmuir
2021-05-17 10:29:19 -07:00
parent 3b2372307c
commit f6b251816c

View File

@@ -367,7 +367,8 @@ TEST_F(CursorInfoTest, CursorInfoMustWaitDueToken) {
EXPECT_EQ(strlen("fog"), Info.Length);
}
TEST_F(CursorInfoTest, CursorInfoMustWaitDueTokenRace) {
// This test is failing occassionally in CI: rdar://55314062
TEST_F(CursorInfoTest, DISABLED_CursorInfoMustWaitDueTokenRace) {
const char *DocName = "test.swift";
const char *Contents = "let value = foo\n"
"let foo = 0\n";