Skip to content

Commit

Permalink
Skip for nondeterministic test
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Jan 29, 2024
1 parent 0dbbdd8 commit aeea4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/DotNetUnitTest/StringUtilTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void NotNumeric()

}

[Fact]
[Fact(Skip = "UndeterministicResult")]
public void TestNToCPerformance()
{
StringUtil.CachePictures = false;
Expand Down

0 comments on commit aeea4f4

Please sign in to comment.