diff --git a/test/pummel/test-repl-empty-maybelocal-crash.js b/test/pummel/test-repl-empty-maybelocal-crash.js index f1fde2dbcb6c34..8bab43aa69d359 100644 --- a/test/pummel/test-repl-empty-maybelocal-crash.js +++ b/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'); }