diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix index 014795f7425aeab..45a34a43f46fe11 100644 --- a/pkgs/development/web/nodejs/nodejs.nix +++ b/pkgs/development/web/nodejs/nodejs.nix @@ -326,6 +326,13 @@ let "test-runner-run" "test-runner-watch-mode" "test-watch-mode-files_watcher" + ] ++ lib.optionals (!lib.versionAtLeast version "22") [ + "test-tls-client-renegotiation-13" + "test-tls-client-verify.js" + "test-tls-multiple-cas-as-string" + "test-tls-multi-key" + "test-tls-peer-certificate-encoding" + "test-tls-sni-server-client" ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ # Disable tests that don’t work under macOS sandbox. "test-macos-app-sandbox"