Skip to content

Commit 59aa7e7

Browse files
committed
test: skip repl history test without inspector
The REPL eval depends on the inspector, so the test fails with ERR_INSPECTOR_NOT_AVAILABLE on builds configured --without-ssl. Skip it like the other REPL history tests do. Refs: #64513 (comment)
1 parent 76d0f74 commit 59aa7e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/parallel/test-repl-history-load-preserves-pending-entries.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ if (process.env.TERM === 'dumb') {
1616
common.skip('skipping - dumb terminal');
1717
}
1818

19+
common.skipIfInspectorDisabled();
20+
1921
const tmpdir = require('../common/tmpdir');
2022
tmpdir.refresh();
2123

0 commit comments

Comments
 (0)