From 881c8e5d67df5d2e05c6bf0cef487ec3385c6d38 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 11 Jan 2024 20:42:51 +0000 Subject: [PATCH] skip flaky suite (#174670) --- .../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 113bb307fe818..1826c55c0575d 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 @@ -20,6 +20,7 @@ import { AlertPropertyActions } from './alert_property_actions'; // FLAKY: https://github.com/elastic/kibana/issues/174667 // FLAKY: https://github.com/elastic/kibana/issues/174668 // FLAKY: https://github.com/elastic/kibana/issues/174669 +// FLAKY: https://github.com/elastic/kibana/issues/174670 describe.skip('AlertPropertyActions', () => { let appMock: AppMockRenderer;