From e2fe264be2c2f23266ba359ebf034269987aee3d Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 8 Mar 2024 17:32:42 +0000 Subject: [PATCH] skip flaky suite (#176672) --- .../cases/public/components/edit_connector/push_button.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/cases/public/components/edit_connector/push_button.test.tsx b/x-pack/plugins/cases/public/components/edit_connector/push_button.test.tsx index 0106a724e0062..d53931d789627 100644 --- a/x-pack/plugins/cases/public/components/edit_connector/push_button.test.tsx +++ b/x-pack/plugins/cases/public/components/edit_connector/push_button.test.tsx @@ -26,6 +26,7 @@ const defaultProps = { }; // FLAKY: https://github.com/elastic/kibana/issues/176671 +// FLAKY: https://github.com/elastic/kibana/issues/176672 describe.skip('PushButton ', () => { let appMockRender: AppMockRenderer;