Skip to content

Commit a20056d

Browse files
authored
Disable S.T.J.Serialization.Tests.ConstructorTests.PathForChildDictionaryFails (#57834)
1 parent 4b2107f commit a20056d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Exceptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public async Task PathForChildListFails()
204204
}
205205

206206
[Fact]
207+
[ActiveIssue("https://github.com/dotnet/runtime/issues/39055 (already fixed in main)")]
207208
public async Task PathForChildDictionaryFails()
208209
{
209210
JsonException e = await Assert.ThrowsAsync<JsonException>(() => JsonSerializerWrapperForString.DeserializeWrapper<RootClass>(@"{""Child"":{""MyDictionary"":{""Key"": bad]"));

0 commit comments

Comments
 (0)