You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests using test.concurrent if a test rejects with an error while another is still in progress, the in progress is reported as failing even if it is passing.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
When running tests using
test.concurrent
if a test rejects with an error while another is still in progress, the in progress is reported as failing even if it is passing.To Reproduce
Ran with
jest --maxConcurrency=4
I find that the
500
test and the14
test both fail.Expected behavior
Only the
14
test should fail.Link to repl or repo (highly encouraged)
https://replit.com/talk/share/Jest-Concurrency-Bug/130501
envinfo
The text was updated successfully, but these errors were encountered: