Skip to content

Commit 46ee1b1

Browse files
committed
[test] Disable CursorInfoTest.CursorInfoMustWaitDueTokenRace
We keep seeing nondeterministic failures of this test due to rdar://88652757. Disable it for now.
1 parent 33eab01 commit 46ee1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/SourceKit/SwiftLang/CursorInfoTest.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ TEST_F(CursorInfoTest, CursorInfoMustWaitDueToken) {
335335
EXPECT_EQ(strlen("fog"), Info.Length);
336336
}
337337

338-
TEST_F(CursorInfoTest, CursorInfoMustWaitDueTokenRace) {
338+
TEST_F(CursorInfoTest, DISABLED_CursorInfoMustWaitDueTokenRace) {
339+
// Disabled due to a race condition (rdar://88652757)
339340
const char *DocName = "test.swift";
340341
const char *Contents = "let value = foo\n"
341342
"let foo = 0\n";

0 commit comments

Comments
 (0)