diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/run_soon.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/run_soon.ts index 050c220ab1b0f..f32665a5a1fac 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/run_soon.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/run_soon.ts @@ -18,7 +18,8 @@ export default function createRunSoonTests({ getService }: FtrProviderContext) { const es = getService('es'); const esArchiver = getService('esArchiver'); - describe('runSoon', () => { + // Failing: See https://github.com/elastic/kibana/issues/142564 + describe.skip('runSoon', () => { const objectRemover = new ObjectRemover(supertest); before(async () => {