Skip to content

Commit

Permalink
[tests] skip SyncAlertsToggle tests (#196686)
Browse files Browse the repository at this point in the history
## Summary
It seems the flaky unit-tests cases from
#190270 were skipped in the
wrong file with a similar component name.

(cherry picked from commit 7178062)
  • Loading branch information
delanni committed Oct 18, 2024
1 parent e323bce commit f8437d0
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 f8437d0

Please sign in to comment.