Skip to content

Commit

Permalink
test: disable TLS cipher test
Browse files Browse the repository at this point in the history
This can't be enabled owing to BoringSSL incompatibilities.

nodejs/node#50186
  • Loading branch information
codebytere committed Jan 16, 2024
1 parent 3a8b5f3 commit 6b8a617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/node-disabled-tests.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6b8a617

Please sign in to comment.