Skip to content

Commit 8990b0a

Browse files
authored
Disable ClearPreviousError test on Mono (#60272)
1 parent 45c1dc3 commit 8990b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/SetLastErrorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void LastWin32Error_HasExpectedValue(int error)
7171
}
7272

7373
[Fact]
74+
[ActiveIssue("https://github.com/dotnet/runtime/issues/60271", TestRuntimes.Mono)]
7475
public void ClearPreviousError()
7576
{
7677
int error = 100;

0 commit comments

Comments
 (0)