From 03999ab3a4bd2ced318bb1138314377b8fc395ab Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 4 Nov 2021 13:35:43 +0000 Subject: [PATCH] skip flaky suite (#117462) --- x-pack/test/timeline/security_and_spaces/tests/trial/events.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/timeline/security_and_spaces/tests/trial/events.ts b/x-pack/test/timeline/security_and_spaces/tests/trial/events.ts index 2ccfa7526df06..a9ba7bd908a9e 100644 --- a/x-pack/test/timeline/security_and_spaces/tests/trial/events.ts +++ b/x-pack/test/timeline/security_and_spaces/tests/trial/events.ts @@ -200,7 +200,8 @@ export default ({ getService }: FtrProviderContext) => { }); }); - describe('logging', () => { + // FLAKY: https://github.com/elastic/kibana/issues/117462 + describe.skip('logging', () => { beforeEach(async () => { await logFile.reset(); });