diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_alert_data_view.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_alert_data_view.test.tsx index 230e7b70836cc..c4c5dfd67fa8b 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_alert_data_view.test.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_alert_data_view.test.tsx @@ -45,7 +45,8 @@ const wrapper = ({ children }: { children: Node }) => ( {children} ); -describe('useAlertDataView', () => { +// FLAKY: https://github.com/elastic/kibana/issues/177250 +describe.skip('useAlertDataView', () => { const observabilityAlertFeatureIds: ValidFeatureId[] = [ AlertConsumers.APM, AlertConsumers.INFRASTRUCTURE,