diff --git a/tests/monotouch-test/Foundation/NSTimeZoneTest.cs b/tests/monotouch-test/Foundation/NSTimeZoneTest.cs index 421937aab713..a82c61b77965 100644 --- a/tests/monotouch-test/Foundation/NSTimeZoneTest.cs +++ b/tests/monotouch-test/Foundation/NSTimeZoneTest.cs @@ -39,6 +39,9 @@ public void AbbreviationTest () } [Test] +#if NET + [Ignore ("https://github.com/xamarin/xamarin-macios/issues/11222")] +#endif public void All_28300 () { foreach (var name in NSTimeZone.KnownTimeZoneNames) {