diff --git a/x-pack/platform/test/alerting_api_integration/security_and_spaces/group2/tests/actions/execute.ts b/x-pack/platform/test/alerting_api_integration/security_and_spaces/group2/tests/actions/execute.ts index 341ad5a7d537..7ff165c4a4cb 100644 --- a/x-pack/platform/test/alerting_api_integration/security_and_spaces/group2/tests/actions/execute.ts +++ b/x-pack/platform/test/alerting_api_integration/security_and_spaces/group2/tests/actions/execute.ts @@ -24,7 +24,8 @@ export default function ({ getService }: FtrProviderContext) { const authorizationIndex = '.kibana-test-authorization'; - describe('execute', () => { + // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/224987 + describe.skip('execute', () => { const objectRemover = new ObjectRemover(supertest); before(async () => {