mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #111473 from veprbl/pr/libuv_disable_tcp_connect_timeout
libuv: disable an impure test
This commit is contained in:
commit
78f333489e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user