diff --git a/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py b/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py index c3b058b16b6d6..0f21806da6bd3 100644 --- a/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py +++ b/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py @@ -7,6 +7,7 @@ class CPPAcceleratorTableTestCase(TestBase): @skipUnlessDarwin @skipIf(debug_info=no_match(["dwarf"])) + @skipIf(dwarf_version=[">=", "5"]) def test(self): """Test that type lookups fail early (performance)""" self.build()