Fix TestVSCode_launch test

Broken in https://lab.llvm.org/buildbot/#/builders/96/builds/6933

We don't really need to run this test on arm, but would be worth fixing
it later.
This commit is contained in:
Walter Erquinigo 2021-04-21 14:33:02 -07:00
parent f5446b769a
commit 12a2507646
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase):
@skipIfWindows
@skipIfRemote
@skipIf(archs=["arm", "aarch64"]) # failed run https://lab.llvm.org/buildbot/#/builders/96/builds/6933
def test_commands(self):
'''
Tests the "initCommands", "preRunCommands", "stopCommands",