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 b3f8a14a9be9b6b..113bb307fe81828 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 @@ -19,6 +19,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 describe.skip('AlertPropertyActions', () => { let appMock: AppMockRenderer;