From 144df813c59d363263f9bd8ae21540b698f4ca94 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Tue, 21 Feb 2023 07:33:50 -0600 Subject: [PATCH] skip failing test suite (#151688) --- .../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 db7ff78290afb..479e0b138e867 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 @@ -77,7 +77,8 @@ const alerts = [ }, ] as unknown as Alerts; -describe('AlertsTable', () => { +// FAILING: https://github.com/elastic/kibana/issues/151688 +describe.skip('AlertsTable', () => { const fetchAlertsData = { activePage: 0, alerts,