Skip to content

Commit 8210087

Browse files
committed
[lldb][test] Disable flakey TestMultipleDebuggers on Linux
This has been flakey lately on Linux on the buildbots and in CI on PRs. For example: https://lab.llvm.org/buildbot/#/builders/59/builds/1324 #98237 I will try to track down the cause tomorrow.
1 parent e03f665 commit 8210087

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
class TestMultipleSimultaneousDebuggers(TestBase):
1313
NO_DEBUG_INFO_TESTCASE = True
1414

15+
# This test has been flaky lately on Linux buildbots and Github/Buildkite CI
16+
# runs.
17+
@skipIfLinux
1518
@skipIfNoSBHeaders
1619
@skipIfWindows
1720
@skipIfHostIncompatibleWithTarget

0 commit comments

Comments
 (0)