Skip to content

test: fix flaky http(s)-set-timeout-server tests

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-flakies into master

The tests include a callback that might not be invoked but is wrapped in common.mustCall(). Remove the common.mustCall() wrapper and add a comment explaining that it should not be added.

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

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

test http https

Merge request reports

Loading