Skip to content

Commit

Permalink
[iOS][tvOS] Skip NullableTests.ClassWithDictionariesWithNullableValues (
Browse files Browse the repository at this point in the history
#79675)

The test is failing on device and is tracked by #79583
  • Loading branch information
steveisok authored Dec 15, 2022
1 parent cddf579 commit 04c9a6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public class SimpleClassWithDictionariesWithNullableValues
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/79583", TestPlatforms.iOS | TestPlatforms.tvOS)]
public static void ClassWithDictionariesWithNullableValues()
{
string json =
Expand Down

0 comments on commit 04c9a6f

Please sign in to comment.