Skip to content

Commit

Permalink
skip flaky suite (#156750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 1, 2023
1 parent 1ed9354 commit 3fe7ede
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 3fe7ede

Please sign in to comment.