aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-alpn-server-client.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-alpn-server-client.js')
-rw-r--r--test/parallel/test-tls-alpn-server-client.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/parallel/test-tls-alpn-server-client.js b/test/parallel/test-tls-alpn-server-client.js
index 8b8ae3e5cf..2540831a38 100644
--- a/test/parallel/test-tls-alpn-server-client.js
+++ b/test/parallel/test-tls-alpn-server-client.js
@@ -4,11 +4,6 @@ const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
-if (!process.features.tls_alpn) {
- common.skip(
- 'Skipping because node compiled without ALPN feature of OpenSSL.');
-}
-
const assert = require('assert');
const tls = require('tls');
const fixtures = require('../common/fixtures');