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 4e00551 commit f0b271eCopy full SHA for f0b271e
lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
@@ -13,6 +13,9 @@
13
class ParsedCommandTestCase(TestBase):
14
NO_DEBUG_INFO_TESTCASE = True
15
16
+ # This crashes on the x86_64 Debian bot, but the failure is not helpful.
17
+ # Disable the test while I try to find a way to reproduce.
18
+ @skipIfLinux
19
def test(self):
20
self.pycmd_tests()
21
0 commit comments