-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Move flaky tests to a separate workflow on CI #9677
Conversation
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
The |
This seems to be reproducible locally when running the jlpm run test test/kernel/ikernel.spec.ts |
Looks like the services tests are fixed by #9806. Rebasing to only keep js-apputils in the flaky group for now. |
820487a
to
942129b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
References
The long term motivation is to be able to reach a full green CI some time soon.
For now, this change moves some of the known flaky tests to their own workflow, so they can easily be restarted without re-running everything else. The current list includes:
js-services
js-apputils
Code changes
CI
User-facing changes
None
Backwards-incompatible changes
None