From 04c9a6f2e88799ff98c21cacc67ad196ea3cc69c Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 15 Dec 2022 08:39:13 -0800 Subject: [PATCH] [iOS][tvOS] Skip NullableTests.ClassWithDictionariesWithNullableValues (#79675) The test is failing on device and is tracked by https://github.com/dotnet/runtime/issues/79583 --- .../tests/System.Text.Json.Tests/Serialization/NullableTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NullableTests.cs b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NullableTests.cs index c3888c8dc9675..07b77ee4e9545 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NullableTests.cs +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NullableTests.cs @@ -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 =