From a991b99845de0859dbc50e0878e1c3a59bca62da Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 19 Jan 2023 16:12:40 +0100 Subject: [PATCH] disable DnsGetHostAddresses_PostCancelledToken_Throws (#80792) --- .../tests/FunctionalTests/GetHostAddressesTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs index b7552cd32164f7..71820b8cc72f72 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs @@ -179,6 +179,7 @@ public class GetHostAddressesTest_Cancellation { [OuterLoop] [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/78909")] [ActiveIssue("https://github.com/dotnet/runtime/issues/33378", TestPlatforms.AnyUnix)] // Cancellation of an outstanding getaddrinfo is not supported on *nix. [SkipOnCoreClr("JitStress interferes with cancellation timing", RuntimeTestModes.JitStress | RuntimeTestModes.JitStressRegs)] public async Task DnsGetHostAddresses_PostCancelledToken_Throws()