Skip to content

Commit

Permalink
Disable test for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee committed Jul 18, 2023
1 parent 02e83b3 commit 8c3e143
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ async Task PerformFloatingPointSerialization(string testString)
[InlineData("\u0020Inf\u0069ni\u0074y")] // " Infinity"
[InlineData("\u002BInf\u0069nity")] // "+Infinity"
#pragma warning restore xUnit1025
[ActiveIssue("https://github.com/dotnet/runtime/issues/89094", TestPlatforms.OSX)]
public async Task FloatingPointConstants_Fail(string testString)
{
string testStringAsJson = $@"""{testString}""";
Expand Down

0 comments on commit 8c3e143

Please sign in to comment.