libuv: Disable yet another test
This consistently times out for me on ARM, and apparently for others as well: https://github.com/libuv/libuv/issues/687
This commit is contained in:
parent
1ebb059932
commit
5ff18c4484
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
"getnameinfo_basic" "udp_send_hang_loop" # probably network-dependent
|
"getnameinfo_basic" "udp_send_hang_loop" # probably network-dependent
|
||||||
"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
|
||||||
]
|
]
|
||||||
# sometimes: timeout (no output), failed uv_listen
|
# sometimes: timeout (no output), failed uv_listen
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ "process_title" "emfile" ];
|
++ stdenv.lib.optionals stdenv.isDarwin [ "process_title" "emfile" ];
|
||||||
|
|
Loading…
Reference in New Issue