From 2a8ae9fd2177eca89681a3baa9bc63089ac52c89 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 18 Jul 2023 01:10:15 +0100 Subject: [PATCH] skip flaky suite (#152204) --- .../case_view/components/case_view_activity.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_activity.test.tsx b/x-pack/plugins/cases/public/components/case_view/components/case_view_activity.test.tsx index 3457d19ccc908..89f66abaf3f94 100644 --- a/x-pack/plugins/cases/public/components/case_view/components/case_view_activity.test.tsx +++ b/x-pack/plugins/cases/public/components/case_view/components/case_view_activity.test.tsx @@ -451,7 +451,8 @@ describe('Case View Page activity tab', () => { }); describe('Case users', () => { - describe('Participants', () => { + // FLAKY: https://github.com/elastic/kibana/issues/152204 + describe.skip('Participants', () => { it('should render the participants correctly', async () => { appMockRender = createAppMockRenderer(); appMockRender.render();