Skip to content

Commit

Permalink
Reenable GetHostAddressesTest_Cancellation on Unix (#70009)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm authored May 31, 2022
1 parent 834618e commit e8b9592
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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;
Expand Down

0 comments on commit e8b9592

Please sign in to comment.