Temporarily skip Go TestExpressions on FreeBSD as it hangs

llvm.org/pr37194

llvm-svn: 330504
This commit is contained in:
Ed Maste 2018-04-21 13:59:07 +00:00
parent 02fc375a22
commit eda6432de6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class TestGoUserExpression(TestBase):
@add_test_categories(['pyapi'])
@skipIfRemote # Not remote test suit ready
@skipIfFreeBSD # Test hanging on FreeBSD - llvm.org/pr37194
@skipUnlessGoInstalled
def test_with_dsym_and_python_api(self):
"""Test GoASTUserExpress."""