Skip to content

Commit

Permalink
skip flaky suite (elastic#152206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 19, 2023
1 parent 73695ef commit 9c0503c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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} />);
Expand Down

0 comments on commit 9c0503c

Please sign in to comment.