diff options
Diffstat (limited to 'lldb/test/lang/go/goroutines/TestGoroutines.py')
-rw-r--r-- | lldb/test/lang/go/goroutines/TestGoroutines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/go/goroutines/TestGoroutines.py b/lldb/test/lang/go/goroutines/TestGoroutines.py index a5726c40b9d..a51ad7b82f8 100644 --- a/lldb/test/lang/go/goroutines/TestGoroutines.py +++ b/lldb/test/lang/go/goroutines/TestGoroutines.py @@ -13,7 +13,7 @@ class TestGoASTContext(TestBase): mydir = TestBase.compute_mydir(__file__) - @python_api_test + @add_test_categories(['pyapi']) @skipIfFreeBSD # llvm.org/pr24895 triggers assertion failure @skipIfRemote # Not remote test suite ready @no_debug_info_test |