From ae50451185b67e5ed5a7f9b807dd6721b3da9455 Mon Sep 17 00:00:00 2001 From: Radek Zikmund Date: Tue, 31 May 2022 13:39:47 +0200 Subject: [PATCH] Reenable GetHostAddressesTest_Cancellation on Unix --- .../tests/FunctionalTests/GetHostAddressesTest.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs index 10b588ebda6c8f..99999905937c94 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs @@ -178,7 +178,6 @@ public async Task DnsGetHostAddresses_PreCancelledToken_Throws() public class GetHostAddressesTest_Cancellation { [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/33378", TestPlatforms.AnyUnix)] // Cancellation of an outstanding getaddrinfo is not supported on *nix. public async Task DnsGetHostAddresses_PostCancelledToken_Throws() { using var cts = new CancellationTokenSource(); @@ -195,7 +194,6 @@ public async Task DnsGetHostAddresses_PostCancelledToken_Throws() // This is a regression test for https://github.com/dotnet/runtime/issues/63552 [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/33378", TestPlatforms.AnyUnix)] // Cancellation of an outstanding getaddrinfo is not supported on *nix. public async Task DnsGetHostAddresses_ResolveParallelCancelOnFailure_AllCallsReturn() { string invalidAddress = TestSettings.UncachedHost;