From 64d2e49daffb5fe57e4ff8aa3f6b829bf5437800 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:38:16 -0600 Subject: [PATCH] skip failing test suite (#142564) --- .../spaces_only/tests/alerting/run_soon.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () => {