diff options
Diffstat (limited to 'test/parallel/test-https-agent-session-eviction.js')
-rw-r--r-- | test/parallel/test-https-agent-session-eviction.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-https-agent-session-eviction.js b/test/parallel/test-https-agent-session-eviction.js index acead806ed..567ed809e6 100644 --- a/test/parallel/test-https-agent-session-eviction.js +++ b/test/parallel/test-https-agent-session-eviction.js @@ -2,10 +2,8 @@ const common = require('../common'); -if (!common.hasCrypto) { +if (!common.hasCrypto) common.skip('missing crypto'); - return; -} const assert = require('assert'); const https = require('https'); |