summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-client-socket-destroy.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-client-socket-destroy.js')
-rw-r--r--test/parallel/test-http2-client-socket-destroy.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-http2-client-socket-destroy.js b/test/parallel/test-http2-client-socket-destroy.js
index fe2d927531..9d2fdd3b44 100644
--- a/test/parallel/test-http2-client-socket-destroy.js
+++ b/test/parallel/test-http2-client-socket-destroy.js
@@ -2,6 +2,8 @@
'use strict';
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
const h2 = require('http2');
const body =
'<html><head></head><body><h1>this is some data</h2></body></html>';