Skip to content

Commit

Permalink
[lldb][test] Disable flakey TestMultipleDebuggers on Linux
Browse files Browse the repository at this point in the history
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
llvm#98237

I will try to track down the cause tomorrow.
  • Loading branch information
DavidSpickett committed Jul 10, 2024
1 parent e03f665 commit 8210087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
class TestMultipleSimultaneousDebuggers(TestBase):
NO_DEBUG_INFO_TESTCASE = True

# This test has been flaky lately on Linux buildbots and Github/Buildkite CI
# runs.
@skipIfLinux
@skipIfNoSBHeaders
@skipIfWindows
@skipIfHostIncompatibleWithTarget
Expand Down

0 comments on commit 8210087

Please sign in to comment.