There was an error while loading. Please reload this page.
test_asyncio, test_imaplib and test_socket fail with FreeBSD TCP blackhole. When a FreeBSD machine is configured with:
sudo sysctl net.inet.tcp.blackhole=2 sudo sysctl net.inet.udp.blackhole=1
That's the case by default in FreeBSD GCP image:
I'm working on a PR to skip affected tests with such special configuration.