mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Disable CursorInfoTest.CursorInfoMustWaitDueTokenRace
We keep seeing nondeterministic failures of this test due to rdar://88652757. Disable it for now.
This commit is contained in:
@@ -335,7 +335,8 @@ TEST_F(CursorInfoTest, CursorInfoMustWaitDueToken) {
|
||||
EXPECT_EQ(strlen("fog"), Info.Length);
|
||||
}
|
||||
|
||||
TEST_F(CursorInfoTest, CursorInfoMustWaitDueTokenRace) {
|
||||
TEST_F(CursorInfoTest, DISABLED_CursorInfoMustWaitDueTokenRace) {
|
||||
// Disabled due to a race condition (rdar://88652757)
|
||||
const char *DocName = "test.swift";
|
||||
const char *Contents = "let value = foo\n"
|
||||
"let foo = 0\n";
|
||||
|
||||
Reference in New Issue
Block a user