From b37957f41e53cb0c5aaff4aebb92853167945636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Sat, 21 Sep 2024 11:18:19 -0600 Subject: [PATCH] nodejs: disable failing network tests https://hydra.nixos.org/build/273305124/nixlog/1 --- pkgs/development/web/nodejs/nodejs.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix index 07c945e2b230..08c662267d01 100644 --- a/pkgs/development/web/nodejs/nodejs.nix +++ b/pkgs/development/web/nodejs/nodejs.nix @@ -294,15 +294,30 @@ let "test-child-process-exec-env" "test-child-process-uid-gid" "test-fs-write-stream-eagain" + "test-https-client-checkServerIdentity" "test-https-foafssl" + "test-https-strict" "test-process-euid-egid" "test-process-initgroups" "test-process-setgroups" "test-process-uid-gid" "test-setproctitle" + "test-tls-cert-regression" "test-tls-cli-max-version-1.3" "test-tls-client-auth" + "test-tls-client-getephemeralkeyinfo" + "test-tls-client-mindhsize" + "test-tls-client-renegotiation-13" + "test-tls-client-verify" + "test-tls-getcipher" + "test-tls-junk-closes-server" + "test-tls-junk-server" + "test-tls-multi-key" + "test-tls-multiple-cas-as-string" + "test-tls-peer-certificate-encoding" + "test-tls-set-ciphers" "test-tls-sni-option" + "test-tls-sni-server-client" # This is a bit weird, but for some reason fs watch tests fail with # sandbox. "test-fs-promises-watch"