Skip to content

test: move resource intensive test to sequential

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fileread-seq into master

test-fs-readfile-tostring-fail is resource-intensive and is flaky in CI. Move to sequential tests so it is not competing for resources with other tests.

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

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

test fs

Merge request reports

Loading