Skip to content

Commit 42fbd72

Browse files
authored
Update src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs
1 parent 672977c commit 42fbd72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ public async Task DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(Addre
449449
// 3. Different systems configure localhost differently
450450
// The key requirement is that localhost subdomains return loopback addresses.
451451
[Fact]
452+
[ActiveIssue("https://github.com/dotnet/runtime/issues/126456", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst | TestPlatforms.Android)]
452453
public async Task DnsGetHostEntry_LocalhostAndSubdomain_BothReturnLoopback()
453454
{
454455
IPHostEntry localhostEntry = Dns.GetHostEntry("localhost");

0 commit comments

Comments
 (0)