Skip to content

Commit

Permalink
Disable long running Socket test on Mono (#45811)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Dec 9, 2020
1 parent 02ec1e9 commit 358b049
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ public void BeginAcceptV4BoundToSpecificV4_Success()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45810", TestRuntimes.Mono)]
public void BeginAcceptV4BoundToAnyV4_Success()
{
DualModeConnect_BeginAccept_Helper(IPAddress.Any, IPAddress.Loopback);
Expand Down

0 comments on commit 358b049

Please sign in to comment.