Skip to content

Commit

Permalink
Disable JsonSerializer test failing in CI (#34012)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Mar 24, 2020
1 parent 535d957 commit bd192ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public void Null_AsArgument_To_ParameterThat_CanNotBeNull()
Assert.Throws<JsonException>(() => Serializer.Deserialize<ClassWrapper_For_Int_Point_3D_String>(@"{""MyPoint3DStruct"":null,""MyString"":""1""}"));
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/33928")]
[Fact]
public void OtherPropertiesAreSet()
{
Expand Down

0 comments on commit bd192ae

Please sign in to comment.