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:James M Snell <jasnell@gmail.com>
parent
d8965d5b
Please register or sign in to comment