diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.test.ts b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.test.ts index 50d49b906ea66..caa912e2b766c 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.test.ts +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.test.ts @@ -17,7 +17,8 @@ import { omit } from 'lodash'; const Wrapper = ({ children }: React.PropsWithChildren) => React.createElement(WrappedHelper, null, children); -describe('useMonitorStatusData', () => { +// FLAKY: https://github.com/elastic/kibana/issues/204152 +describe.skip('useMonitorStatusData', () => { let dispatchMock: jest.Mock; beforeEach(() => { dispatchMock = jest.fn();