Skip to content

Commit

Permalink
SmtpClientTest: re-enable TestZeroTimeout (dotnet#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored and stephentoub committed Jan 28, 2020
1 parent 544ae44 commit 3e75088
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ public void TestMailDelivery()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/corefx/issues/40711")]
[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()
Expand Down

0 comments on commit 3e75088

Please sign in to comment.