Description
In last rolling build of runtime-extra-platforms System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues test is failing with following exception at System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/JsonNodeOperatorTests.cs:line 105
at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
Assert.Equal() Failure
Expected: NaN
Actual: 2.2000000000000002
Reproduction Steps
Check last rolling build of runtime-extra-platforms
Expected behavior
System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues should pass.
Actual behavior
System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues is failing.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response