diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs index ed65832403c3f4..532ee396450df1 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs @@ -308,6 +308,7 @@ public async Task DnsGetHostAddresses_LocalhostAndSubdomain_BothReturnLoopback() } // RFC 6761: Localhost subdomains with trailing dot should work (e.g., "foo.localhost.") + [ActiveIssue("https://github.com/dotnet/runtime/issues/127965", TestPlatforms.Android)] [Theory] [InlineData("foo.localhost.")] [InlineData("bar.test.localhost.")]