diff --git a/lldb/test/API/lang/swift/explicit_modules/private_type_generic/TestSwiftExplicitModulePrivateTypeGeneric.py b/lldb/test/API/lang/swift/explicit_modules/private_type_generic/TestSwiftExplicitModulePrivateTypeGeneric.py index 7c6085647cec2..30485243d148e 100644 --- a/lldb/test/API/lang/swift/explicit_modules/private_type_generic/TestSwiftExplicitModulePrivateTypeGeneric.py +++ b/lldb/test/API/lang/swift/explicit_modules/private_type_generic/TestSwiftExplicitModulePrivateTypeGeneric.py @@ -9,6 +9,7 @@ class TestSwiftExplicitModulePrivateTypeGeneric(lldbtest.TestBase): @swiftTest @skipIfWindows + @skip(bugnumber="rdar://176408891") def test(self): """Test frame variable of a generic struct specialized to a private type from another explicitly-built module."""