From 6b8a61722f23204b66d57eb611ca3b5bb1505f12 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 16 Jan 2024 13:27:37 +0100 Subject: [PATCH] test: disable TLS cipher test This can't be enabled owing to BoringSSL incompatibilities. https://github.com/nodejs/node/pull/50186 --- script/node-disabled-tests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/node-disabled-tests.json b/script/node-disabled-tests.json index 6812d691ed90f..b3714d0af49b3 100644 --- a/script/node-disabled-tests.json +++ b/script/node-disabled-tests.json @@ -24,7 +24,6 @@ "parallel/test-http2-clean-output", "parallel/test-http2-https-fallback", "parallel/test-http2-server-unknown-protocol", - "parallel/test-tls-alpn-server-client", "parallel/test-https-agent-session-reuse", "parallel/test-https-options-boolean-check", "parallel/test-icu-env", @@ -60,6 +59,7 @@ "parallel/test-snapshot-weak-reference", "parallel/test-snapshot-worker", "parallel/test-strace-openat-openssl", + "parallel/test-tls-alpn-server-client", "parallel/test-tls-cert-chains-concat", "parallel/test-tls-cert-chains-in-ca", "parallel/test-tls-cli-max-version-1.2", @@ -97,6 +97,7 @@ "parallel/test-tls-peer-certificate", "parallel/test-tls-pfx-authorizationerror", "parallel/test-tls-psk-circuit", + "parallel/test-tls-reduced-SECLEVEL-in-cipher.js", "parallel/test-tls-root-certificates", "parallel/test-tls-server-failed-handshake-emits-clienterror", "parallel/test-tls-set-ciphers",