diff options
-rw-r--r-- | lldb/test/lang/go/runtime/TestGoASTContext.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/go/runtime/TestGoASTContext.py b/lldb/test/lang/go/runtime/TestGoASTContext.py index dec2c1ba674..44797077a64 100644 --- a/lldb/test/lang/go/runtime/TestGoASTContext.py +++ b/lldb/test/lang/go/runtime/TestGoASTContext.py @@ -11,6 +11,7 @@ class TestGoLanguageRuntime(TestBase): mydir = TestBase.compute_mydir(__file__) @python_api_test + @expectedFailureFreeBSD('llvm.org/pr24895') @skipIfRemote # Not remote test suite ready @skipUnlessGoInstalled def test_with_dsym_and_python_api(self): |