Skip to content

test: fix flaky test-domain-abort-on-uncaught

test-domain-abort-on-uncaught is flaky under load. Move it to sequential so it is not competing with other tests for resources.

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

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

test domain

Merge request reports

Loading