Skip to content

Commit 6462473

Browse files
authored
Merge pull request #20538 from benlangmuir/disable-DiagsAfterCloseAndReopen
[sourcekit] Disable DiagsAfterCloseAndReopen test (again)
2 parents 34bacd1 + a87444c commit 6462473

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)