Skip to content

Commit 0b2550f

Browse files
committed
[lldb][test] Disable TestMultipleDebuggers on Linux
This used to timeout (#101162) now it's aborting (#105765 (comment))
1 parent cc5c526 commit 0b2550f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
1313
NO_DEBUG_INFO_TESTCASE = True
1414

1515
# Sometimes times out on Linux, see https://github.com/llvm/llvm-project/issues/101162.
16+
@skipIfLinux
1617
@skipIfNoSBHeaders
1718
@skipIfWindows
1819
@skipIfHostIncompatibleWithTarget

0 commit comments

Comments
 (0)