-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
api-test: failure on 'navigator' suite #8812
Comments
@vince-fugnitto for me, they fail locally as well, but only when running all tests. Running `navigator-spec.js' in isolation always succeeds. |
@tsmaeder I've noticed that as well, alone the test-suite is fine but with the rest it fails intermittently (and pretty often on github actions). I'll have to try and find the time to see what can be done to resolve the issue unless someone else wants to try their hand at fixing it. |
I have a suspicion that the underlying issue is #7953 making the IDE super-slow. |
Closing for now thanks to #9123. |
Bug Description:
The
navigator
@theia/api-tests
suite is currently failing on recent builds:Steps to reproduce:
The error is reproduced in recent builds (github actions), but locally the tests pass (using
npx run test @theia/example-browser
)The text was updated successfully, but these errors were encountered: