Skip to content

Commit

Permalink
skip flaky suite (elastic#152521)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and bmorelli25 committed Mar 10, 2023
1 parent 8c527cd commit 5685803
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<any, any>).mockImplementation(() => false);
loadRulesWithKueryFilter.mockResolvedValue({
Expand Down

0 comments on commit 5685803

Please sign in to comment.