skip flaky suite (#152206)

This commit is contained in:
Tiago Costa 2023-07-19 14:37:08 +01:00
parent 73695efac3
commit 9c0503c523
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -495,7 +495,8 @@ describe('Case View Page activity tab', () => {
});
});
describe('Reporter', () => {
// FLAKY: https://github.com/elastic/kibana/issues/152206
describe.skip('Reporter', () => {
it('should render the reporter correctly', async () => {
appMockRender = createAppMockRenderer();
appMockRender.render(<CaseViewActivity {...caseProps} />);