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;