summaryrefslogtreecommitdiff
path: root/test/pummel/test-tls-throttle.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-tls-throttle.js')
-rw-r--r--test/pummel/test-tls-throttle.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/pummel/test-tls-throttle.js b/test/pummel/test-tls-throttle.js
index a9e2442ef2..2d0ea1c673 100644
--- a/test/pummel/test-tls-throttle.js
+++ b/test/pummel/test-tls-throttle.js
@@ -24,12 +24,10 @@
// seconds. Makes sure that pause and resume work properly.
const common = require('../common');
-const assert = require('assert');
-
-if (!common.hasCrypto) {
+if (!common.hasCrypto)
common.skip('missing crypto');
- return;
-}
+
+const assert = require('assert');
const tls = require('tls');
const fs = require('fs');