Skip to content

Commit

Permalink
Disable TestZeroTimeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Nov 21, 2019
1 parent 6c93838 commit 4593d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void TestMailDelivery()
}

[Fact]
// [ActiveIssue(40711)]
[ActiveIssue(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 4593d2b

Please sign in to comment.