From f6c85061676274384909f7f4ac58f2856ea39c50 Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Wed, 22 Feb 2023 16:22:27 +0100 Subject: [PATCH] Skip triggers actions failing tests --- .../application/sections/alerts_table/alerts_table.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,