-
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
[Fleet] Add registry config for failing Jest integration tests + unskip #198840
[Fleet] Add registry config for failing Jest integration tests + unskip #198840
Conversation
Pinging @elastic/fleet (Team:Fleet) |
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.
LGTM 🚀
These are failing because of #186781 it looks like |
I ended up setting |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @kpollich |
…ip (elastic#198840) ## Summary Closes elastic#192713 Add `kibanaVersionCheckEnabled: false` to Jest integration test config + unskip failing 9.0 Jest integration tests. --------- Co-authored-by: Elastic Machine <[email protected]>
@kpollich I'm wondering if we should update the API routes too, currently the reset APIs include kibana/x-pack/plugins/fleet/common/constants/routes.ts Lines 195 to 198 in aa4f430
And we should update the KB articles that use the reset APIs to use the correct version when using curl. |
Summary
Closes #192713
Add
kibanaVersionCheckEnabled: false
to Jest integration test config + unskip failing 9.0 Jest integration tests.