diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py index 9e2abca9bb93..dc4f125e3729 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py @@ -25,7 +25,7 @@ class TypeLookupTestCase(TestBase): self.line = line_number('main.m', '// break here') @skipUnlessDarwin - @expectedFailureAll(archs=['i386']) + @skipIf(archs=['i386']) def test_type_lookup(self): """Test type lookup command.""" self.build()