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 (#56003)

Disabled test tracked by #54677 and #55709
  • Loading branch information
karelz authored Jul 20, 2021
1 parent b1af9bf commit 5026c25
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.Linux)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55709", TestPlatforms.Linux)]
public async Task Connect_DualMode_DnsConnect_RetrievedEndPoints_Success()
{
var localhostAddresses = Dns.GetHostAddresses("localhost");
Expand Down

0 comments on commit 5026c25

Please sign in to comment.