Skip to content

Commit

Permalink
skip flaky suite (#149061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 24, 2023
1 parent c295c67 commit f790f83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(<RulesList />);
await waitFor(() => expect(screen.queryAllByTestId('rule-row')).toHaveLength(6));
Expand Down

0 comments on commit f790f83

Please sign in to comment.