From 1bf425809b5ee4ffe10886d5524f25a28b7f6234 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 1 Aug 2023 15:47:41 +0100 Subject: [PATCH] skip flaky suite (#156746) --- .../plugins/cases/public/components/user_actions/index.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/cases/public/components/user_actions/index.test.tsx b/x-pack/plugins/cases/public/components/user_actions/index.test.tsx index 3c5f26fb2d521..9f7a4745b4f5d 100644 --- a/x-pack/plugins/cases/public/components/user_actions/index.test.tsx +++ b/x-pack/plugins/cases/public/components/user_actions/index.test.tsx @@ -376,6 +376,7 @@ describe(`UserActions`, () => { // FLAKY: https://github.com/elastic/kibana/issues/156749 // FLAKY: https://github.com/elastic/kibana/issues/156748 // FLAKY: https://github.com/elastic/kibana/issues/156747 + // FLAKY: https://github.com/elastic/kibana/issues/156746 describe.skip('pagination', () => { beforeEach(() => { jest.clearAllMocks();