From f0613cb46a8f0f6f1c7e900c21268f7a906fe45f Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 31 Jan 2024 17:25:06 +0000 Subject: [PATCH] skip flaky suite (#170118) --- .../public/resolver/view/clickthrough.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/resolver/view/clickthrough.test.tsx b/x-pack/plugins/security_solution/public/resolver/view/clickthrough.test.tsx index ffebf2e1d780a5..2bc671c1b7d780 100644 --- a/x-pack/plugins/security_solution/public/resolver/view/clickthrough.test.tsx +++ b/x-pack/plugins/security_solution/public/resolver/view/clickthrough.test.tsx @@ -439,7 +439,8 @@ describe('Resolver, when analyzing a tree that has 2 related registry and 1 rela }); }); - describe('when it has loaded', () => { + // FLAKY: https://github.com/elastic/kibana/issues/170118 + describe.skip('when it has loaded', () => { let originBounds: AABB; let firstChildBounds: AABB; let secondChildBounds: AABB;