-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[QA][Code Coverage] exclude broken jest integration suites #137987
Conversation
@wayneseymour could we get more details on that issue? I don't really like the idea of disabling some of our integration tests 'just' because there is an issue with the code coverage tool around them. Isn't there another way to address that problem? |
Yeah I could understand that. From my perspective, it just "started happening". IIRC, it happened right after this landed: |
@elasticmachine merge upstream |
running once more: https://buildkite.com/elastic/kibana-code-coverage-main/builds/665 |
Seems green now? |
Fwiw, I concur with you about disabling them just because of cc. |
Problem should be addressed by #139636 |
Summary
Excluding failing suites, after noticing they were breaking code coverage.
These jest integration suites dont allow the jest-integration portion to complete, so ingestion never starts.
Code Coverage Ingestion cannot start: #138426