summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-client-upload.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-client-upload.js')
-rwxr-xr-xtest/parallel/test-http2-client-upload.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-http2-client-upload.js b/test/parallel/test-http2-client-upload.js
index f65ae09c3a..cee86e3fc6 100755
--- a/test/parallel/test-http2-client-upload.js
+++ b/test/parallel/test-http2-client-upload.js
@@ -4,6 +4,8 @@
// Verifies that uploading data from a client works
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
const assert = require('assert');
const http2 = require('http2');
const fs = require('fs');