mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#190270)
This commit is contained in:
parent
e0b897d877
commit
dde88c8e49
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import { FormTestComponent } from '../../common/test_utils';
|
|||
import type { AppMockRenderer } from '../../common/mock';
|
||||
import { createAppMockRenderer } from '../../common/mock';
|
||||
|
||||
describe('SyncAlertsToggle', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/190270
|
||||
describe.skip('SyncAlertsToggle', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
const onSubmit = jest.fn();
|
||||
const defaultFormProps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue