Skip to content

Commit

Permalink
SmtpClient: enable failing TestZeroTimeout test to get CI coredump (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Jun 26, 2020
1 parent cf7a376 commit 01a0c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 01a0c00

Please sign in to comment.