Skip to content

test: move debugger tests to sequential

Rodrigo Muino Tomonari requested to merge github/fork/Trott/move into master
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test debugger

Description of change

test-debugger-util-regression fails with make test sometimes (all the time?). This appears to be related to running in parallel, as it does not fail with make test-ci, when run via tools/test.py or directly from the command line with ./node test/parallel/test-debugger-util-regression.js.

A separate issue may be opened to find out why it is failing in parallel, but for now, I think it's important to fix make test promptly.

Fixes: https://github.com/nodejs/node/issues/6201

Merge request reports

Loading