skip flaky suite (#152204)

This commit is contained in:
Tiago Costa 2023-07-18 01:10:15 +01:00
parent bf195b8493
commit fae89ffe62
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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(<CaseViewActivity {...caseProps} />);