Skip to content

Commit

Permalink
Disable test DnsGetHostEntry_LocalHost_ReturnsFqdnAndLoopbackIPs (#34527
Browse files Browse the repository at this point in the history
)
  • Loading branch information
karelz committed Apr 4, 2020
1 parent 363b7ad commit d818d33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public async Task DnsGetHostEntry_BadName_ThrowsArgumentOutOfRangeException(stri
await Assert.ThrowsAnyAsync<ArgumentOutOfRangeException>(() => Task.Factory.FromAsync(Dns.BeginGetHostEntry, Dns.EndGetHostEntry, hostNameOrAddress, null));
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/34317")]
[Theory]
[InlineData(0)]
[InlineData(1)]
Expand Down

0 comments on commit d818d33

Please sign in to comment.