-
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] Refactor failing tests to avoid timeouts #202773
base: main
Are you sure you want to change the base?
Conversation
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
Removing the 4500ms timeout causes a ton of tests making use of |
@elasticmachine merge upstream |
Most recent run with some policy editor tests shows some flaky failures: https://buildkite.com/elastic/kibana-pull-request/builds/257836#01939c67-2b18-4210-8510-a3756ed238c1 |
@elasticmachine merge upstream |
💔 Build Failed
Failed CI StepsHistory
cc @kpollich |
Summary
Avoid queries with timeouts and unnecessary
waitFor
calls.Checklist
release_note:*
label is applied per the guidelines