diff --git a/test/parallel/test-cli-node-options.js b/test/parallel/test-cli-node-options.js index 9063a67a8b9789..0bbe4c9eae1ba2 100644 --- a/test/parallel/test-cli-node-options.js +++ b/test/parallel/test-cli-node-options.js @@ -67,8 +67,7 @@ if (common.hasCrypto) { // V8 options expect('--abort_on-uncaught_exception', 'B\n'); expect('--disallow-code-generation-from-strings', 'B\n'); -if (!common.isAIX) - expect('--jitless', 'B\n'); +expect('--jitless', 'B\n'); expect('--max-old-space-size=0', 'B\n'); expect('--stack-trace-limit=100', /(\s*at f \(\[(eval|worker eval)\]:1:\d*\)\r?\n)/,