diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx index 77722d9d532ed..e93db4793cf14 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx @@ -175,7 +175,8 @@ const mockedUseCellActions: UseCellActions = () => { }; }; -describe('AlertsTable', () => { +// FAILING: https://github.com/elastic/kibana/issues/151688 +describe.skip('AlertsTable', () => { const fetchAlertsData = { activePage: 0, alerts,