Skip to content

Commit

Permalink
[8.x] [tests] skip SyncAlertsToggle tests (#196686) (#196805)
Browse files Browse the repository at this point in the history
# 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":"[email protected]"},"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 <[email protected]>
  • Loading branch information
kibanamachine and delanni authored Oct 18, 2024
1 parent e323bce commit 2f65de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { FormTestComponent } from '../../common/test_utils';
import type { AppMockRenderer } from '../../common/mock';
import { createAppMockRenderer } from '../../common/mock';

describe('SyncAlertsToggle', () => {
// Failing: https://github.com/elastic/kibana/issues/190270
describe.skip('SyncAlertsToggle', () => {
let appMockRender: AppMockRenderer;
const onSubmit = jest.fn();
const defaultFormProps = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { createAppMockRenderer } from '../../common/mock';
import { SyncAlertsSwitch } from './sync_alerts_switch';

// Failing: See https://github.com/elastic/kibana/issues/192997
// Failing: See https://github.com/elastic/kibana/issues/190270
describe.skip('SyncAlertsSwitch', () => {
let appMockRender: AppMockRenderer;

Expand Down

0 comments on commit 2f65de0

Please sign in to comment.