summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-http.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-http.js')
-rw-r--r--test/sequential/test-benchmark-http.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/sequential/test-benchmark-http.js b/test/sequential/test-benchmark-http.js
index ce3d58e5d8..34fbc3732b 100644
--- a/test/sequential/test-benchmark-http.js
+++ b/test/sequential/test-benchmark-http.js
@@ -2,10 +2,8 @@
const common = require('../common');
-if (!common.enoughTestMem) {
+if (!common.enoughTestMem)
common.skip('Insufficient memory for HTTP benchmark test');
- return;
-}
// Minimal test for http benchmarks. This makes sure the benchmarks aren't
// horribly broken but nothing more than that.