We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03f665 commit 8210087Copy full SHA for 8210087
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -12,6 +12,9 @@
12
class TestMultipleSimultaneousDebuggers(TestBase):
13
NO_DEBUG_INFO_TESTCASE = True
14
15
+ # This test has been flaky lately on Linux buildbots and Github/Buildkite CI
16
+ # runs.
17
+ @skipIfLinux
18
@skipIfNoSBHeaders
19
@skipIfWindows
20
@skipIfHostIncompatibleWithTarget
0 commit comments