Skip to content

Commit 7812752

Browse files
authored
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
1 parent 87706ae commit 7812752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public async Task DnsGetHostEntry_BadName_ThrowsArgumentOutOfRangeException(stri
186186
await Assert.ThrowsAnyAsync<ArgumentOutOfRangeException>(() => Task.Factory.FromAsync(Dns.BeginGetHostEntry, Dns.EndGetHostEntry, hostNameOrAddress, null));
187187
}
188188

189-
[ActiveIssue("https://github.com/dotnet/runtime/issues/34317")]
190189
[Theory]
191190
[InlineData(0)]
192191
[InlineData(1)]

0 commit comments

Comments
 (0)