forked from OSchip/llvm-project
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:
parent
f5446b769a
commit
12a2507646
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue