diff --git a/lldb/test/API/lang/swift/reference_storage_types/TestSwiftReferenceStorageTypes.py b/lldb/test/API/lang/swift/reference_storage_types/TestSwiftReferenceStorageTypes.py index c1b18e8a656c4..98f826758a78d 100644 --- a/lldb/test/API/lang/swift/reference_storage_types/TestSwiftReferenceStorageTypes.py +++ b/lldb/test/API/lang/swift/reference_storage_types/TestSwiftReferenceStorageTypes.py @@ -22,7 +22,6 @@ class TestSwiftReferenceStorageTypes(TestBase): @decorators.skipIf(archs=['ppc64le']) #SR-10215 @swiftTest - @skipIf(oslist=["linux"], bugnumber="rdar://76592966") def test_swift_reference_storage_types(self): """Test weak, unowned and unmanaged types""" self.build()