Skip to content

Commit

Permalink
Disable ClearPreviousError test on Mono (#60272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Oct 11, 2021
1 parent 45c1dc3 commit 8990b0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void LastWin32Error_HasExpectedValue(int error)
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60271", TestRuntimes.Mono)]
public void ClearPreviousError()
{
int error = 100;
Expand Down

0 comments on commit 8990b0a

Please sign in to comment.