forked from OSchip/llvm-project
This test fails on ARM, but this feature won't be used on ARM, so we can disable it for that architecture.
This commit is contained in:
parent
2cdb34efda
commit
12049d8885
|
@ -35,6 +35,7 @@ class TestVSCode_runInTerminal(lldbvscode_testcase.VSCodeTestCaseBase):
|
|||
|
||||
@skipIfWindows
|
||||
@skipIfRemote
|
||||
@skipIf(archs=no_match(['x86_64']))
|
||||
def test_runInTerminal(self):
|
||||
'''
|
||||
Tests the "runInTerminal" reverse request. It makes sure that the IDE can
|
||||
|
|
Loading…
Reference in New Issue