Skip to content

Commit 04c9a6f

Browse files
authored
[iOS][tvOS] Skip NullableTests.ClassWithDictionariesWithNullableValues (#79675)
The test is failing on device and is tracked by #79583
1 parent cddf579 commit 04c9a6f

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization

1 file changed

+1
-0
lines changed

src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NullableTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public class SimpleClassWithDictionariesWithNullableValues
174174
}
175175

176176
[Fact]
177+
[ActiveIssue("https://github.com/dotnet/runtime/issues/79583", TestPlatforms.iOS | TestPlatforms.tvOS)]
177178
public static void ClassWithDictionariesWithNullableValues()
178179
{
179180
string json =

0 commit comments

Comments
 (0)