Skip to content

test: fix flaky test by removing timer

Rodrigo Muino Tomonari requested to merge github/fork/evanlucas/flakytest into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

This fixes one of the tests that has been failing on CI on freebsd for a bit by removing an unnecessary timer.

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

Merge request reports

Loading