forked from OSchip/llvm-project
Skip TestGoASTContext on remote targets as it it not remote compatible
llvm-svn: 247690
This commit is contained in:
parent
e74d042ca6
commit
f304d5eb2b
|
@ -11,6 +11,7 @@ class TestGoASTContext(TestBase):
|
|||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@python_api_test
|
||||
@skipIfRemote # Not remote test suit ready
|
||||
@skipUnlessGoInstalled
|
||||
def test_with_dsym_and_python_api(self):
|
||||
"""Test GoASTContext dwarf parsing."""
|
||||
|
|
Loading…
Reference in New Issue