[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.
This commit is contained in:
David Spickett
2025-06-13 09:10:30 +00:00
parent 67c590004d
commit 06c7835670

View File

@@ -12,6 +12,10 @@ from lldbsuite.test import lldbutil
class TestMultipleSimultaneousDebuggers(TestBase):
NO_DEBUG_INFO_TESTCASE = True
# Times out on heavily loaded Linux buildbots, don't want to get into tweaking
# the timeout per bot. Does work when run alone. See:
# https://github.com/llvm/llvm-project/issues/101162
@skipIfLinux
@skipIfNoSBHeaders
@skipIfWindows
@skipIfHostIncompatibleWithTarget