mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#152206)
This commit is contained in:
parent
73695efac3
commit
9c0503c523
1 changed files with 2 additions and 1 deletions
|
@ -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} />);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue