Skip to content

Commit

Permalink
disable DnsGetHostAddresses_PostCancelledToken_Throws (dotnet#80792)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Jan 19, 2023
1 parent 29075ba commit a991b99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a991b99

Please sign in to comment.