Skip TestGoASTContext on remote targets as it it not remote compatible

llvm-svn: 247690
This commit is contained in:
Tamas Berghammer 2015-09-15 14:04:52 +00:00
parent e74d042ca6
commit f304d5eb2b
1 changed files with 1 additions and 0 deletions

View File

@ -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."""