diff --git a/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py b/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py index bf656aa2266fdc..ac6273f4c44e8d 100644 --- a/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py +++ b/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py @@ -125,7 +125,7 @@ def check_global_var(self, name: str, expect_type, expect_val): # wouldn't get indexed into the Names accelerator table preventing LLDB from finding # them. @expectedFailureAll(compiler=["clang"], compiler_version=["<", "18.0"]) - @expectedFailureAll(debug_info=no_match(["dsym"])) + @expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux"])) def test_inline_static_members(self): self.build() lldbutil.run_to_source_breakpoint(