diff --git a/test/sequential/test-benchmark-tls.js b/test/sequential/test-benchmark-tls.js index 40c14af8302bdb..7d2f80082684dd 100644 --- a/test/sequential/test-benchmark-tls.js +++ b/test/sequential/test-benchmark-tls.js @@ -1,6 +1,8 @@ 'use strict'; const common = require('../common'); +if (!common.hasCrypto) + common.skip('missing crypto'); if (!common.hasCrypto) common.skip('missing crypto');