Skip to content

Commit a87444c

Browse files
committed
[sourcekit] Disable DiagsAfterCloseAndReopen test (again)
Looks like it still fails very rarely in CI. Disable while I investigate. rdar://45994090
1 parent 735b6ea commit a87444c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/SourceKit/SwiftLang/EditingTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ void EditTest::doubleOpenWithDelay(useconds_t delay, bool closeDoc) {
266266
close(DocName);
267267
}
268268

269-
TEST_F(EditTest, DiagsAfterCloseAndReopen) {
269+
// This test is failing occassionally in CI: rdar://45644449
270+
TEST_F(EditTest, DISABLED_DiagsAfterCloseAndReopen) {
270271
// Attempt to open the same file twice in a row. This tests (subject to
271272
// timing) cases where:
272273
// * the 2nd open happens before the first AST starts building

0 commit comments

Comments
 (0)