diff --git a/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/SetLastErrorTests.cs b/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/SetLastErrorTests.cs index f6ee7fff32a47..4f05e0e568e88 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/SetLastErrorTests.cs +++ b/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/SetLastErrorTests.cs @@ -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;