Disable S.T.J.Serialization.Tests.ConstructorTests.PathForChildDictionaryFails (...
authorSteve Harter <steveharter@users.noreply.github.com>
Tue, 24 Aug 2021 06:42:48 +0000 (01:42 -0500)
committerGitHub <noreply@github.com>
Tue, 24 Aug 2021 06:42:48 +0000 (08:42 +0200)
src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Exceptions.cs

index f34687d..055ce4a 100644 (file)
@@ -204,6 +204,7 @@ namespace System.Text.Json.Serialization.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/39055 (already fixed in main)")]
         public async Task PathForChildDictionaryFails()
         {
             JsonException e = await Assert.ThrowsAsync<JsonException>(() => JsonSerializerWrapperForString.DeserializeWrapper<RootClass>(@"{""Child"":{""MyDictionary"":{""Key"": bad]"));