aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-ocsp-callback.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-ocsp-callback.js')
-rw-r--r--test/parallel/test-tls-ocsp-callback.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/parallel/test-tls-ocsp-callback.js b/test/parallel/test-tls-ocsp-callback.js
index 9a6df6fb5b..cf05f6967a 100644
--- a/test/parallel/test-tls-ocsp-callback.js
+++ b/test/parallel/test-tls-ocsp-callback.js
@@ -22,9 +22,6 @@
'use strict';
const common = require('../common');
-if (!process.features.tls_ocsp)
- common.skip('node compiled without OpenSSL or with old OpenSSL version.');
-
if (!common.opensslCli)
common.skip('node compiled without OpenSSL CLI.');