beforeEach
timeout cause further tests in the same suite (describe or root) to not be executed and treated as timed out
#48917
Labels
test_runner
Issues and PRs related to the test runner subsystem.
Version
20.5.0
Platform
Darwin razluvaton-macOS-1331-Raz-Luvaton-VGXFX99QJK.local 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000 arm64
Subsystem
test_runner
What steps will reproduce the bug?
because the hooks are the same instance they share the same
this.signal
which causes further tests to not execute due to this:node/lib/internal/test_runner/test.js
Lines 535 to 538 in 36c72c8
run this test:
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
should not abort the next
What do you see instead?
all tests are marked as timed out:
Additional information
No response
The text was updated successfully, but these errors were encountered: