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:
parent
8ac8a860b9
commit
0b214e0956
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
postPatch = let
|
postPatch = let
|
||||||
toDisable = [
|
toDisable = [
|
||||||
"getnameinfo_basic" "udp_send_hang_loop" # probably network-dependent
|
"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
|
"spawn_setuid_fails" "spawn_setgid_fails" "fs_chown" # user namespaces
|
||||||
"getaddrinfo_fail" "getaddrinfo_fail_sync"
|
"getaddrinfo_fail" "getaddrinfo_fail_sync"
|
||||||
"threadpool_multiple_event_loops" # times out on slow machines
|
"threadpool_multiple_event_loops" # times out on slow machines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user