Skip to content

Commit

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

0 comments on commit fae89ff

Please sign in to comment.