summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-client-priority-before-connect.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-client-priority-before-connect.js')
-rw-r--r--test/parallel/test-http2-client-priority-before-connect.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-http2-client-priority-before-connect.js b/test/parallel/test-http2-client-priority-before-connect.js
index 68933b2d83..7fd81c8b93 100644
--- a/test/parallel/test-http2-client-priority-before-connect.js
+++ b/test/parallel/test-http2-client-priority-before-connect.js
@@ -2,6 +2,8 @@
'use strict';
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
const h2 = require('http2');
const server = h2.createServer();