From ca81ce870710c1ec31f2bb6736ce426be95b90b4 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Sun, 27 Mar 2022 12:51:42 -0500 Subject: [PATCH] skip flaky suite --- .../spaces_only/tests/alerting/get_execution_log.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/get_execution_log.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/get_execution_log.ts index 55d4a72643c86a..5b2ba00ace7f85 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/get_execution_log.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/get_execution_log.ts @@ -26,7 +26,8 @@ export default function createGetExecutionLogTests({ getService }: FtrProviderCo const dateStart = new Date(Date.now() - 600000).toISOString(); - describe('getExecutionLog', () => { + // FLAKY: https://github.com/elastic/kibana/issues/128225 + describe.skip('getExecutionLog', () => { const objectRemover = new ObjectRemover(supertest); beforeEach(async () => {