Skip to content

Commit

Permalink
Disable TryGetAddrInfo_ExternalHost on android (dotnet#47594)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored Jan 28, 2021
1 parent eba5b50 commit 02af68e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void TryGetAddrInfo_HostName(bool justAddresses)
[Theory]
[InlineData(false)]
[InlineData(true)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/47591", TestPlatforms.Android)]
public void TryGetAddrInfo_ExternalHost(bool justAddresses)
{
string hostName = "microsoft.com";
Expand Down

0 comments on commit 02af68e

Please sign in to comment.