Skip to content

test: skip test-benchmark-os.js on IBM i

This change skips the entire test-benchmark-os.js suite on IBM i. Currently this is failing due to os.uptime call:

https://github.com/nodejs/node/blob/ea595ebbf2d3585c8c7e0b7486dfcb31705fbcdc/benchmark/os/uptime.js#L4

Instead of skipping the entire os benchmark suite, I would rather skip just the uptime benchmark but I'm not sure how to achieve this. Anyone have any ideas to skip one of the os benchmarks?

CC @nodejs/platform-ibmi @richardlau Fixes #50207 (closed)

Merge request reports

Loading