diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx index da7a78956348e..05a9638fe233f 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx @@ -458,7 +458,8 @@ describe('rules_list ', () => { }); }); - describe('rules_list component with items', () => { + // FLAKY: https://github.com/elastic/kibana/issues/149061 + describe.skip('rules_list component with items', () => { it('should render basic table and its row', async () => { renderWithProviders(); await waitFor(() => expect(screen.queryAllByTestId('rule-row')).toHaveLength(6));