mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
libuv: disable flaky test "udp_multicast_join" on darwin
This commit is contained in:
parent
72d4d15d77
commit
2d6b1f1239
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
"tcp_open" "tcp_write_queue_order" "tcp_try_write" "tcp_writealot"
|
||||
"multiple_listen" "delayed_accept"
|
||||
"shutdown_close_tcp" "shutdown_eof" "shutdown_twice" "callback_stack"
|
||||
"tty_pty" "condvar_5" "hrtime"
|
||||
"tty_pty" "condvar_5" "hrtime" "udp_multicast_join"
|
||||
# Tests that fail when sandboxing is enabled.
|
||||
"fs_event_close_in_callback" "fs_event_watch_dir" "fs_event_error_reporting"
|
||||
"fs_event_watch_dir_recursive" "fs_event_watch_file"
|
||||
|
Loading…
Reference in New Issue
Block a user