-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify test code, reenable skipped suite (#163158)
Attempt at fixing #149611 I updated the test code as follows: * Removed the RxJS logic and simply factorised the reads to read only once. * Got rid of the "retry" service. There's already a mechanism in place to make sure the logs are up-to-date. * Updated the `setCommonlyUsedTime` method to make sure it awaits for the popup to be ready before clicking. * Skipped 4 tests that seem outdated, the logs don't have the related entries even after waiting for more than one minute and flushing (in fact, they all seem to systematically fail on `main` too): * lnsLegacyMetric * [Flights] Delays & Cancellations * [Flights] Destination Weather * [Flights] Delay Buckets Attached is the generated [kibana.log](https://github.com/elastic/kibana/files/12260144/kibana.log) (focussing only the `browser.ts` tests). So for the skipped tests, this does not look like flakiness anymore, but rather outdated / incorrect checks. I propose we review and update them on a separate issue / PR. 50 runs results [here](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3026).
- Loading branch information
1 parent
581b7f4
commit a62d9a9
Showing
6 changed files
with
71 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.