-
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] Reenable functional tests aside from font size #197362
Conversation
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7213[✅] test/functional/apps/console/config.ts: 25/25 tests passed. |
Pinging @elastic/kibana-management (Team:Kibana Management) |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7232[✅] test/functional/apps/console/config.ts: 200/200 tests passed. |
/ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm with one small suggestion.
/ci |
Starting backport for target branches: 8.x |
💚 Build Succeeded
Metrics [docs]
History
cc @mattkime |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
) ## Summary This is really just a more focused `skip` application so we can get as many tests running as quickly as possible. Part of: elastic#193868 (cherry picked from commit f67bc32) # Conflicts: # test/functional/apps/console/_misc_console_behavior.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…) (#197686) # Backport This will backport the following commits from `main` to `8.x`: - [[console] Reenable functional tests aside from font size (#197362)](#197362) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-24T11:38:26Z","message":"[console] Reenable functional tests aside from font size (#197362)\n\n## Summary\r\n\r\nThis is really just a more focused `skip` application so we can get as\r\nmany tests running as quickly as possible.\r\n\r\nPart of: https://github.com/elastic/kibana/issues/193868","sha":"f67bc3287b7b9a3c4bde49151cc4fec035fb7faf","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.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"],"number":197362,"url":"https://github.com/elastic/kibana/pull/197362","mergeCommit":{"message":"[console] Reenable functional tests aside from font size (#197362)\n\n## Summary\r\n\r\nThis is really just a more focused `skip` application so we can get as\r\nmany tests running as quickly as possible.\r\n\r\nPart of: https://github.com/elastic/kibana/issues/193868","sha":"f67bc3287b7b9a3c4bde49151cc4fec035fb7faf"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197362","number":197362,"mergeCommit":{"message":"[console] Reenable functional tests aside from font size (#197362)\n\n## Summary\r\n\r\nThis is really just a more focused `skip` application so we can get as\r\nmany tests running as quickly as possible.\r\n\r\nPart of: https://github.com/elastic/kibana/issues/193868","sha":"f67bc3287b7b9a3c4bde49151cc4fec035fb7faf"}}]}] BACKPORT-->
Summary
This is really just a more focused
skip
application so we can get as many tests running as quickly as possible.Part of: #193868