-
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
[Infra UI] Hosts flyout test fix #161244
[Infra UI] Hosts flyout test fix #161244
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
Passed 50 times [build] |
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 👌
Closes elastic#159368 ## Summary I saw that the test was failing because of a missing environment set. I guess that happened because the test runner doesn't include it like it is included locally so I removed that check so the test shouldn't be flaky. (cherry picked from commit 9d57196)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.9`: - [[Infra UI] Hosts flyout test fix (#161244)](#161244) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"jennypavlova","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-06T07:50:40Z","message":"[Infra UI] Hosts flyout test fix (#161244)\n\nCloses #159368 \r\n\r\n## Summary\r\n\r\nI saw that the test was failing because of a missing environment set. I\r\nguess that happened because the test runner doesn't include it like it\r\nis included locally so I removed that check so the test shouldn't be\r\nflaky.","sha":"9d57196a54ebe7816d2739ee5b85dcc76a71b253","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Infra Monitoring UI","release_note:skip","backport:prev-minor","v8.10.0"],"number":161244,"url":"https://github.com/elastic/kibana/pull/161244","mergeCommit":{"message":"[Infra UI] Hosts flyout test fix (#161244)\n\nCloses #159368 \r\n\r\n## Summary\r\n\r\nI saw that the test was failing because of a missing environment set. I\r\nguess that happened because the test runner doesn't include it like it\r\nis included locally so I removed that check so the test shouldn't be\r\nflaky.","sha":"9d57196a54ebe7816d2739ee5b85dcc76a71b253"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161244","number":161244,"mergeCommit":{"message":"[Infra UI] Hosts flyout test fix (#161244)\n\nCloses #159368 \r\n\r\n## Summary\r\n\r\nI saw that the test was failing because of a missing environment set. I\r\nguess that happened because the test runner doesn't include it like it\r\nis included locally so I removed that check so the test shouldn't be\r\nflaky.","sha":"9d57196a54ebe7816d2739ee5b85dcc76a71b253"}}]}] BACKPORT--> Co-authored-by: jennypavlova <[email protected]>
Closes #159368
Summary
I saw that the test was failing because of a missing environment set. I guess that happened because the test runner doesn't include it like it is included locally so I removed that check so the test shouldn't be flaky.