Skip to content

test: move tick-processor tests to own directory

Rodrigo Muino Tomonari requested to merge github/fork/Trott/tick-processor 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

The tick-processor tests are inherently non-deterministic. They therefore have false negatives from time to time. They also sometimes leave extra processes running.

Move them to their own directory until these issues are sorted. Note that this means that the tests will not be run in CI. Like the inspector tests and other tests, they will have to be run manually when they are wanted.

/cc @nodejs/build @nodejs/testing @matthewloring @indutny

Merge request reports

Loading