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