Skip to content

Commit 06c7835

Browse files
committed
[lldb][test] Disable TestMultipleDebuggers again
I did manage to turn a crash into a non-zero return code, but on the very first build it managed to time out. I thought I had the appetite to tweak timeouts but on second thought, I don't want yet another test to look out for. The test is not wrong, but on heavily loaded machines it's always going to be inherently unstable.
1 parent 67c5900 commit 06c7835

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

15+
# Times out on heavily loaded Linux buildbots, don't want to get into tweaking
16+
# the timeout per bot. Does work when run alone. See:
17+
# https://github.com/llvm/llvm-project/issues/101162
18+
@skipIfLinux
1519
@skipIfNoSBHeaders
1620
@skipIfWindows
1721
@skipIfHostIncompatibleWithTarget

0 commit comments

Comments
 (0)