From 8d47e21593c3f88347a5ef2333b1482a627a124a Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Fri, 6 Oct 2023 16:21:52 +0200 Subject: [PATCH] [8.11] skip flaky suite (#168026) (#168182) ## Summary Backporting the skipping of https://github.com/elastic/kibana/issues/168026 - it's also flaky there. --------- Co-authored-by: Tiago Costa --- .../public/timelines/components/flyout/pane/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.test.tsx b/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.test.tsx index 1e35795ac0a78..4f8d311ad75ed 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.test.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.test.tsx @@ -38,7 +38,8 @@ jest.mock('../../../../common/hooks/use_resolve_conflict', () => { }; }); -describe('Pane', () => { +// FLAKY: https://github.com/elastic/kibana/issues/168026 +describe.skip('Pane', () => { test('renders with display block by default', async () => { const EmptyComponent = render(