summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-client-unescaped-path.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-client-unescaped-path.js')
-rwxr-xr-xtest/parallel/test-http2-client-unescaped-path.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-http2-client-unescaped-path.js b/test/parallel/test-http2-client-unescaped-path.js
index 95b5c04b0f..645fb33163 100755
--- a/test/parallel/test-http2-client-unescaped-path.js
+++ b/test/parallel/test-http2-client-unescaped-path.js
@@ -2,6 +2,8 @@
'use strict';
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
const http2 = require('http2');
const server = http2.createServer();