Skip to content

Commit

Permalink
skip flaky suite (elastic#156750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Devon Thomson committed Aug 1, 2023
1 parent 91eeb80 commit 145db95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ describe(`UserActions`, () => {
});
});

describe('pagination', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156750
describe.skip('pagination', () => {
beforeEach(() => {
jest.clearAllMocks();
});
Expand Down

0 comments on commit 145db95

Please sign in to comment.