diff --git a/x-pack/test/rule_registry/spaces_only/tests/trial/lifecycle_executor.ts b/x-pack/test/rule_registry/spaces_only/tests/trial/lifecycle_executor.ts index 15ef6a7673d08..281be665301d6 100644 --- a/x-pack/test/rule_registry/spaces_only/tests/trial/lifecycle_executor.ts +++ b/x-pack/test/rule_registry/spaces_only/tests/trial/lifecycle_executor.ts @@ -59,7 +59,8 @@ export default function createLifecycleExecutorApiTest({ getService }: FtrProvid return Promise.resolve(client); }; - describe('createLifecycleExecutor', () => { + // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125848 + describe.skip('createLifecycleExecutor', () => { let ruleDataClient: IRuleDataClient; before(async () => { // First we need to setup the data service. This happens within the