Skip to content

Commit

Permalink
libuv: remove redundant conditionally disabled tests
Browse files Browse the repository at this point in the history
remove conditionally disabled tests if they are already disabled by
default.
  • Loading branch information
paparodeo authored and alyssais committed Dec 18, 2024
1 parent c08ee11 commit 69dd998
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ stdenv.mkDerivation (finalAttrs: {
"tcp_ref3"
"tcp_ref4"
"tcp_bind6_error_inval"
"tcp_bind6_error_addrinuse"
"tcp_read_stop"
"tcp_unexpected_read"
"tcp_write_to_half_open_connection"
Expand All @@ -98,7 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
"tcp_open"
"tcp_write_queue_order"
"tcp_try_write"
"tcp_writealot"
"multiple_listen"
"delayed_accept"
"udp_recv_in_a_row"
Expand All @@ -109,7 +107,6 @@ stdenv.mkDerivation (finalAttrs: {
"tty_pty"
"condvar_5"
"hrtime"
"udp_multicast_join"
# Tests that fail when sandboxing is enabled.
"fs_event_close_in_callback"
"fs_event_watch_dir"
Expand Down

0 comments on commit 69dd998

Please sign in to comment.