We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672977c commit 42fbd72Copy full SHA for 42fbd72
1 file changed
src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs
@@ -449,6 +449,7 @@ public async Task DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(Addre
449
// 3. Different systems configure localhost differently
450
// The key requirement is that localhost subdomains return loopback addresses.
451
[Fact]
452
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/126456", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst | TestPlatforms.Android)]
453
public async Task DnsGetHostEntry_LocalhostAndSubdomain_BothReturnLoopback()
454
{
455
IPHostEntry localhostEntry = Dns.GetHostEntry("localhost");
0 commit comments