Skip to content

Commit

Permalink
[monotouch-test] Ignore NSTimeZoneTest.All_28300 on Mac Catalyst.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jul 20, 2021
1 parent 7bc201e commit 26f810a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/monotouch-test/Foundation/NSTimeZoneTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public void AbbreviationTest ()
}

[Test]
#if NET && __MACCATALYST__
[Ignore ("https://github.com/dotnet/runtime/issues/55941")]
#endif
public void All_28300 ()
{
foreach (var name in NSTimeZone.KnownTimeZoneNames) {
Expand Down

0 comments on commit 26f810a

Please sign in to comment.