Skip to content

Commit f0b271e

Browse files
committed
Temporarily disable the TestAddParsedCommand.py while I figure out
why it's crashing on the x86_64 Debian Linux worker.
1 parent 4e00551 commit f0b271e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/commands/command/script/add/TestAddParsedCommand.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
class ParsedCommandTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

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
1619
def test(self):
1720
self.pycmd_tests()
1821

0 commit comments

Comments
 (0)