Skip to content

Commit

Permalink
fixup! test: skip if memory is too low
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Apr 14, 2022
1 parent ff85235 commit fc18ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pummel/test-repl-empty-maybelocal-crash.js
@@ -1,7 +1,7 @@
'use strict';
const common = require('../common');

if (common.enoughTestMem) {
if (!common.enoughTestMem) {
common.skip('memory-intensive test');
}

Expand Down

0 comments on commit fc18ad6

Please sign in to comment.