Skip to content

Commit

Permalink
[tests][monotouch-test] Ignore NSTimeZoneTest / All_28300 on dotnet a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Pouliot committed Apr 19, 2021
1 parent 1e376e7 commit 5fdd4e2
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
[Ignore ("https://github.com/xamarin/xamarin-macios/issues/11222")]
#endif
public void All_28300 ()
{
foreach (var name in NSTimeZone.KnownTimeZoneNames) {
Expand Down

0 comments on commit 5fdd4e2

Please sign in to comment.