Skip to content

Commit d5c66e0

Browse files
authored
Merge pull request #1561 from vedantk/disable-test
Disable test/API/lang/swift/completion/TestSwiftREPLCompletion.py
2 parents 36bb074 + 8646a5f commit d5c66e0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ class SwiftCompletionTest(PExpectTest):
88

99
mydir = TestBase.compute_mydir(__file__)
1010

11-
# PExpect uses many timeouts internally and doesn't play well
12-
# under ASAN on a loaded machine..
13-
@skipIfAsan
14-
@skipUnlessDarwin
11+
# This test is failing sporadically on the bots (rdar://66291543) due to
12+
# some cl::opt being registered multiple times.
13+
## # PExpect uses many timeouts internally and doesn't play well
14+
## # under ASAN on a loaded machine..
15+
## @skipIfAsan
16+
## @skipUnlessDarwin
17+
@skipIf
1518
def test_basic_completion(self):
1619

1720
self.launch(extra_args=["--repl"], executable=None, dimensions=(100,500))

0 commit comments

Comments
 (0)