diff --git a/lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py b/lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py index 78a64326715341..34c9b0f8667878 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py @@ -26,6 +26,7 @@ class TestIndirectEnumVariables(TestBase): @swiftTest @skipIf(bugnumber='rdar://27568868', oslist=['linux']) + @expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"]) def test_indirect_cases_variables(self): """Tests that indirect Enum variables display correctly when cases are indirect""" self.build() @@ -33,6 +34,7 @@ def test_indirect_cases_variables(self): @swiftTest @skipIf(bugnumber='rdar://27568868', oslist=['linux']) + @expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"]) def test_indirect_enum_variables(self): """Tests that indirect Enum variables display correctly when enum is indirect""" self.build()