mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user