From 8762539be4acd3365eadf305878de547e291eb88 Mon Sep 17 00:00:00 2001 From: Alexander Nikolaev Date: Fri, 24 Apr 2020 13:12:45 +0200 Subject: [PATCH] Enable DnsGetHostEntry_LocalHost_ReturnsFqdnAndLoopbackIPs --- .../tests/FunctionalTests/GetHostEntryTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs index 7677b365d5b71..679d336c0211f 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs @@ -186,7 +186,6 @@ public async Task DnsGetHostEntry_BadName_ThrowsArgumentOutOfRangeException(stri await Assert.ThrowsAnyAsync(() => Task.Factory.FromAsync(Dns.BeginGetHostEntry, Dns.EndGetHostEntry, hostNameOrAddress, null)); } - [ActiveIssue("https://github.com/dotnet/runtime/issues/34317")] [Theory] [InlineData(0)] [InlineData(1)]