-
Notifications
You must be signed in to change notification settings - Fork 799
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
bug: e2e tests failing randomly #6157
Comments
@danyball, @christian-bromann |
Vi have also got this same issue, after upgrading from stencil |
Updating to @stencil/core: 4.27.2 from 4.18.3 - this issue is happening for me locally, not just in github actions. Using |
We are also experiencing some timeout issues, and we are using |
Prerequisites
Stencil Version
4.26.0
Current Behavior
Having 500+ e2e tests and run them in parallel, you will see errors like that in your log:
Steps to Reproduce
No reproducer found. But there are at least 2 customers with the same errors. Some more info in another ticket from this comment downwards: #6072 (comment)
Code Reproduction URL
no sorry
Additional Information
Working workaround: add
runInBand
likestencil test --e2e --runInBand
The text was updated successfully, but these errors were encountered: