diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix index 9b4935a788f0..e08e84ee7f22 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"