Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AO] Fix flaky test (elastic#166179)
## Summary It fixes elastic#165619 ## Notes: - The issue wasn't related to the `/_alertSummary` endpoint and wouldn't be fixed after merging the new update from ResponsOps PR. (tested here with a clone PR elastic#166273) - The failing test is so little flaky only **0.5%** , after each update I run the flaky-test-runner to run 400 times. - The issue seems related to three things that has been done: - Waiting for the rule details page to load - Use LogThreshold instead of the Uptime rule - The mocking lib seems to miss the mock sometimes with Uptime and makes the real function be called without a `featureIds` ## DoD - The PR has been tested 2 x 400 = 800 times with 0 fails -> https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3100
- Loading branch information