Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research if failed BeforEach jest tests can prevent running the later specs #2937

Closed
RafaPolit opened this issue May 28, 2020 · 1 comment
Closed

Comments

@RafaPolit
Copy link
Member

With await, timed out BeforeEach processes do not prevent further specs on the same file of being run. If this happens on multiple cores, the problem occurs more frequently due to increased time of execution.

@daneryl
Copy link
Collaborator

daneryl commented Mar 29, 2021

i do not think this should be high priority ? there are issues open on jest about this.
jestjs/jest#8654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants