summaryrefslogtreecommitdiff
path: root/test/parallel/test-async-wrap-GH13045.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-async-wrap-GH13045.js')
-rw-r--r--test/parallel/test-async-wrap-GH13045.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-async-wrap-GH13045.js b/test/parallel/test-async-wrap-GH13045.js
index 41c6f0cd19..1382de8060 100644
--- a/test/parallel/test-async-wrap-GH13045.js
+++ b/test/parallel/test-async-wrap-GH13045.js
@@ -1,9 +1,7 @@
'use strict';
const common = require('../common');
-if (!common.hasCrypto) {
+if (!common.hasCrypto)
common.skip('missing crypto');
- return;
-}
// Refs: https://github.com/nodejs/node/issues/13045
// An HTTP Agent reuses a TLSSocket, and makes a failed call to `asyncReset`.