Merge pull request #111473 from veprbl/pr/libuv_disable_tcp_connect_timeout

libuv: disable an impure test
This commit is contained in:
Dmitry Kalinkin 2021-02-18 19:34:34 -05:00 committed by GitHub
commit 78f333489e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
postPatch = let
toDisable = [
"getnameinfo_basic" "udp_send_hang_loop" # probably network-dependent
"tcp_connect_timeout" # tries to reach out to 8.8.8.8
"spawn_setuid_fails" "spawn_setgid_fails" "fs_chown" # user namespaces
"getaddrinfo_fail" "getaddrinfo_fail_sync"
"threadpool_multiple_event_loops" # times out on slow machines