Skip to content

Commit

Permalink
Disable test Connect_DualMode_DnsConnect_RetrievedEndPoints_Success o…
Browse files Browse the repository at this point in the history
…n Linux

Disabled test tracked by #54677 and #55709
  • Loading branch information
karelz committed Jul 20, 2021
1 parent 85cf53d commit 5f02794
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ public async Task Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/54677", TestPlatforms.AnyUnix)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55709", TestPlatforms.AnyUnix)]
public async Task Connect_DualMode_DnsConnect_RetrievedEndPoints_Success()
{
var localhostAddresses = Dns.GetHostAddresses("localhost");
Expand Down

0 comments on commit 5f02794

Please sign in to comment.