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 authored and Devon Thomson committed Aug 1, 2023
1 parent abc2fcc commit 2a8ae9f
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 2a8ae9f

Please sign in to comment.