From 78127522e6440251ac5889b3a4d480cdaaca33c7 Mon Sep 17 00:00:00 2001 From: Alexander Nikolaev <55398552+alnikola@users.noreply.github.com> Date: Fri, 24 Apr 2020 18:21:19 +0200 Subject: [PATCH] Enable DnsGetHostEntry_LocalHost_ReturnsFqdnAndLoopbackIPs (#35399) Test is enabled because the failures were caused by Helix infra issue (a misconfigured agent) which was fixed a couple of days ago. Fixes #34317 --- .../System.Net.NameResolution/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 7677b36..679d336 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 @@ namespace System.Net.NameResolution.Tests 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)] -- 2.7.4