From 00e9550a7fb865a7afa00f547af6e916a18d55ba Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 11 Jan 2024 20:43:11 +0000 Subject: [PATCH] skip flaky suite (#174671) --- .../property_actions/alert_property_actions.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx b/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx index 1826c55c0575d..982484f11ed47 100644 --- a/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx +++ b/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx @@ -21,6 +21,7 @@ import { AlertPropertyActions } from './alert_property_actions'; // FLAKY: https://github.com/elastic/kibana/issues/174668 // FLAKY: https://github.com/elastic/kibana/issues/174669 // FLAKY: https://github.com/elastic/kibana/issues/174670 +// FLAKY: https://github.com/elastic/kibana/issues/174671 describe.skip('AlertPropertyActions', () => { let appMock: AppMockRenderer;