Skip to content

Commit

Permalink
Disable test Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndP…
Browse files Browse the repository at this point in the history
…oints_Success on Linux (#56002)

* Disable test Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success on Linux

Disabled test tracked by #55053

* Update Connect.cs
  • Loading branch information
karelz committed Jul 21, 2021
1 parent b64df21 commit 5e17653
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public async Task Connect_MultipleIPAddresses_Success(IPAddress listenAt)
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55053", TestPlatforms.Linux)]
public async Task Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success()
{
if (!SupportsMultiConnect)
Expand Down

0 comments on commit 5e17653

Please sign in to comment.