Skip to content

build: fix skipping of flaky tests on Travis

PARALLEL_ARGS is overwritten in the Makefile if JOBS is set. https://github.com/nodejs/node/blob/2c73868b0471fbd4038f500d076df056cbf697fe/Makefile#L20-L24 Use CI_JS_SUITES instead.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading