-
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
Failing test: Jest Tests.x-pack/plugins/cases/public/components/case_form_fields - SyncAlertsToggle it renders #190270
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
Skipped main: dde88c8 |
Pinging @elastic/response-ops-cases (Feature:Cases) |
Fixed by #191212 |
New failure: kibana-on-merge - 8.15 |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
## Summary It seems the flaky unit-tests cases from #190270 were skipped in the wrong file with a similar component name.
## Summary It seems the flaky unit-tests cases from elastic#190270 were skipped in the wrong file with a similar component name. (cherry picked from commit 7178062)
# Backport This will backport the following commits from `main` to `8.x`: - [[tests] skip SyncAlertsToggle tests (#196686)](#196686) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alex Szabo","email":"alex.szabo@elastic.co"},"sourceCommit":{"committedDate":"2024-10-18T07:49:36Z","message":"[tests] skip SyncAlertsToggle tests (#196686)\n\n## Summary\r\nIt seems the flaky unit-tests cases from\r\nhttps://github.com//issues/190270 were skipped in the\r\nwrong file with a similar component name.","sha":"717806263b06aca6d655a3edac1aa9c62c042b07","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"[tests] skip SyncAlertsToggle tests","number":196686,"url":"https://github.com/elastic/kibana/pull/196686","mergeCommit":{"message":"[tests] skip SyncAlertsToggle tests (#196686)\n\n## Summary\r\nIt seems the flaky unit-tests cases from\r\nhttps://github.com//issues/190270 were skipped in the\r\nwrong file with a similar component name.","sha":"717806263b06aca6d655a3edac1aa9c62c042b07"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196686","number":196686,"mergeCommit":{"message":"[tests] skip SyncAlertsToggle tests (#196686)\n\n## Summary\r\nIt seems the flaky unit-tests cases from\r\nhttps://github.com//issues/190270 were skipped in the\r\nwrong file with a similar component name.","sha":"717806263b06aca6d655a3edac1aa9c62c042b07"}}]}] BACKPORT--> Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Fixes elastic#190270 ## Summary We already wrap `SyncAlertsToggle` in `<FormTestComponent>` so I removed `createAppMockRenderer` which wasn't necessary. (cherry picked from commit d91d82c)
#200870) (#201093) # Backport This will backport the following commits from `main` to `8.x`: - [[ResponseOps][Cases] Fix `SyncAlertsToggle` flaky test (#200870)](#200870) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Antonio","email":"antonio.coelho@elastic.co"},"sourceCommit":{"committedDate":"2024-11-21T09:26:10Z","message":"[ResponseOps][Cases] Fix `SyncAlertsToggle` flaky test (#200870)\n\nFixes #190270\r\n\r\n## Summary\r\n\r\nWe already wrap `SyncAlertsToggle` in `<FormTestComponent>` so I removed\r\n`createAppMockRenderer` which wasn't necessary.","sha":"d91d82c2b9581821cf5ee30e8987a13f2d33b907","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["technical debt","release_note:skip","Team:ResponseOps","v9.0.0","Feature:Cases","backport:prev-minor"],"title":"[ResponseOps][Cases] Fix `SyncAlertsToggle` flaky test","number":200870,"url":"https://github.com/elastic/kibana/pull/200870","mergeCommit":{"message":"[ResponseOps][Cases] Fix `SyncAlertsToggle` flaky test (#200870)\n\nFixes #190270\r\n\r\n## Summary\r\n\r\nWe already wrap `SyncAlertsToggle` in `<FormTestComponent>` so I removed\r\n`createAppMockRenderer` which wasn't necessary.","sha":"d91d82c2b9581821cf5ee30e8987a13f2d33b907"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200870","number":200870,"mergeCommit":{"message":"[ResponseOps][Cases] Fix `SyncAlertsToggle` flaky test (#200870)\n\nFixes #190270\r\n\r\n## Summary\r\n\r\nWe already wrap `SyncAlertsToggle` in `<FormTestComponent>` so I removed\r\n`createAppMockRenderer` which wasn't necessary.","sha":"d91d82c2b9581821cf5ee30e8987a13f2d33b907"}}]}] BACKPORT--> Co-authored-by: Antonio <antonio.coelho@elastic.co>
New failure: kibana-on-merge - 8.x |
I am closing the issue because it is possible that the backport was merged to 8.x after the new failure. |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
Fixes elastic#190270 ## Summary We already wrap `SyncAlertsToggle` in `<FormTestComponent>` so I removed `createAppMockRenderer` which wasn't necessary.
Fixes elastic#190270 ## Summary We already wrap `SyncAlertsToggle` in `<FormTestComponent>` so I removed `createAppMockRenderer` which wasn't necessary.
A test failed on a tracked branch
First failure: kibana-on-merge - main
The text was updated successfully, but these errors were encountered: