From 5685803bc120bc840367bebe670b48cdc4980544 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 6 Mar 2023 11:47:02 -0600 Subject: [PATCH] skip flaky suite (#152521) --- .../rules_list/components/rules_list_bulk_delete.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx index d7737d3af99d8..6debb7fe561c1 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx @@ -127,7 +127,8 @@ const renderWithProviders = (ui: any) => { return render(ui, { wrapper: AllTheProviders }); }; -describe('Rules list Bulk Delete', () => { +// FLAKY: https://github.com/elastic/kibana/issues/152521 +describe.skip('Rules list Bulk Delete', () => { beforeEach(async () => { (getIsExperimentalFeatureEnabled as jest.Mock).mockImplementation(() => false); loadRulesWithKueryFilter.mockResolvedValue({