Skip to content

test: remove flag for test-addon-uv-handle-leak

Rodrigo Muino Tomonari requested to merge github/fork/Trott/worker-child into master

test-addon-uv-handle-leak only requires worker_threads for the subprocess which it explicitly calls with --experimental-worker. The main test itself does not need it. Remove Flags: comment and move loading of worker_threads into subprocess-only logic.

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

Merge request reports

Loading