diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py index 9f8ed89375eb..5152c0010d10 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/TestThreadLocal.py @@ -2,4 +2,5 @@ from lldbsuite.test import lldbinline from lldbsuite.test import decorators lldbinline.MakeInlineTest(__file__, globals(), - lldbinline.expectedFailureAll(oslist=["windows", "linux"])) + lldbinline.expectedFailureAll(oslist=[ + "windows", "linux", "netbsd"]))