diff --git a/src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs b/src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs index ddcb811b8b5c6..aa4e66d86d64a 100644 --- a/src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs +++ b/src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs @@ -309,7 +309,7 @@ public void TestMailDelivery() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/31719")] + // [ActiveIssue("https://github.com/dotnet/runtime/issues/31719")] [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, ".NET Framework has a bug and may not time out for low values")] [PlatformSpecific(~TestPlatforms.OSX)] // on OSX, not all synchronous operations (e.g. connect) can be aborted by closing the socket. public void TestZeroTimeout()