-
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
[Console] Fix and skip flaky tests #193508
[Console] Fix and skip flaky tests #193508
Conversation
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
To update your PR or re-run it, just comment with: cc @sabarasaba |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6988[✅] test/functional/apps/console/config.ts: 200/200 tests passed. |
Pinging @elastic/kibana-management (Team:Kibana Management) |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 5ea37fb) # Conflicts: # test/functional/apps/console/_autocomplete.ts # test/functional/apps/console/_misc_console_behavior.ts # test/functional/apps/console/_variables.ts
# Backport This will backport the following commits from `main` to `8.x`: - [[Console] Fix and skip flaky tests (#193508)](#193508) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-20T09:45:55Z","message":"[Console] Fix and skip flaky tests (#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor","v8.16.0"],"number":193508,"url":"https://github.com/elastic/kibana/pull/193508","mergeCommit":{"message":"[Console] Fix and skip flaky tests (#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193508","number":193508,"mergeCommit":{"message":"[Console] Fix and skip flaky tests (#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
Summary
This PR aims to fix a few problems we started having recently in few integration tests as we merged the console ux improvements.