diff options
Diffstat (limited to 'test/parallel/test-http2-client-destroy.js')
-rw-r--r-- | test/parallel/test-http2-client-destroy.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-http2-client-destroy.js b/test/parallel/test-http2-client-destroy.js index 56cfec5d65..f109566031 100644 --- a/test/parallel/test-http2-client-destroy.js +++ b/test/parallel/test-http2-client-destroy.js @@ -2,6 +2,8 @@ 'use strict'; const common = require('../common'); +if (!common.hasCrypto) + common.skip('missing crypto'); const assert = require('assert'); const h2 = require('http2'); |