Commit f3f9dd73 authored by Daniel Bevenius's avatar Daniel Bevenius
Browse files

test: skip tests using ca flags

Currently when building --without-ssl there is a failure due to a change
made by me in commit 3cf88a45 ("test:
add --use-bundled-ca to tls-cnnic-whitelist") which added a
'--use-bundled-ca' flag to that test. But when building --without-ssl
that flag will be invalid and an error (bad option)  will be reported.

This commit filters tests that specify the --use-bundled-ca or
--use-openssl-ca flags so that they are skipped when configured
--without-ssl.

PR-URL: https://github.com/nodejs/node/pull/12485


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent d8965d5b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment