Skip to content

Commit 54458c5

Browse files
committed
[lldb][lldb-vscode] Skip disassembler test on Arm
This is failing and/or causing time outs (hard to tell which ) on our Arm Linux bot: https://lab.llvm.org/buildbot/#/builders/17/builds/41108
1 parent ab15b11 commit 54458c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
class TestVSCode_disassemble(lldbvscode_testcase.VSCodeTestCaseBase):
1515
@skipIfWindows
1616
@skipIfRemote
17+
@skipIf(archs=["arm"])
1718
def test_disassemble(self):
1819
"""
1920
Tests the 'disassemble' request.

0 commit comments

Comments
 (0)