skip flaky suite (#178274)

This commit is contained in:
Tiago Costa 2024-07-24 19:37:34 +01:00
parent 20935a5aa3
commit 0d033576e4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ import { SyncAlertsToggle } from './sync_alerts_toggle';
import type { FormProps } from './schema';
import { schema } from './schema';
describe('SyncAlertsToggle', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178274
describe.skip('SyncAlertsToggle', () => {
let globalForm: FormHook;
const MockHookWrapperComponent: React.FC = ({ children }) => {