Closed
Description
#33420 introduces tests:
- DnsGetHostAddresses_PostCancelledToken_Throws
- DnsGetHostEntry_PostCancelledToken_Throws
These tests fail under a stressed CI environment as they depend on a cancellation token triggering before a DNS response comes back. To fix this, these tests might be moved into a Docker container with a non-working DNS server that will never respond.