libuv: disable tcp_connect_timeout test

The test relies on connection to 8.8.8.8 port 9999 to hang.

In sandboxed build it is skipped anyway:

ok 270 - tcp_connect_timeout # SKIP Network unreachable.
This commit is contained in:
Dmitry Kalinkin 2021-01-31 09:50:00 -05:00
parent 8ac8a860b9
commit 0b214e0956
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

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