Skip to content
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

[8.15] [ci] skip FTR that fails on chrome 129 #193615

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Conversation

delanni
Copy link
Contributor

@delanni delanni commented Sep 20, 2024

Summary

There's one more test that fails on 8.15 + chrome 128/129

See this issue for the failure: #193550

Relates to: https://github.com/elastic/kibana-operations/issues/199

@delanni delanni added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting labels Sep 20, 2024
@delanni delanni marked this pull request as ready for review September 20, 2024 15:53
@delanni
Copy link
Contributor Author

delanni commented Sep 20, 2024

@davismcphee - this is the last issue that only seems to have come up in 8.15. Let's either skip it to give you time to fix, or suggest why this is possibly not working on chrome 129 like it does on main/8.x and I can fix on this branch.

Copy link
Contributor

@davismcphee davismcphee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Let's skip for now and we'll investigate next week. I added it to #193354 as well to make sure it's tracked.

@delanni delanni force-pushed the skip-failing-backnav-test branch from fd3e35c to c03d097 Compare September 23, 2024 09:39
@delanni delanni merged commit cf805b9 into 8.15 Sep 23, 2024
21 checks passed
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@delanni delanni deleted the skip-failing-backnav-test branch September 23, 2024 11:18
davismcphee added a commit that referenced this pull request Oct 4, 2024
## Summary

This PR fixes the test skipped in #193615 after the Chrome 129 upgrade.
The issue was slightly less screen space causing the expand document
button to be hidden, and it only fails in 8.15 because in 8.16+ we
removed the "Get the best look at your search results" callout, freeing
up additional vertical space.

Flaky test runs:
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7081

Part of #193354.

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants