Skip to content

Commit

Permalink
skip flaky suite (elastic#151981)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 13, 2023
1 parent 21003c1 commit 85a2e1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ describe('Case View Page activity tab', () => {
});
});

describe('User actions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/151981
describe.skip('User actions', () => {
it('renders the description correctly', async () => {
appMockRender = createAppMockRenderer();
appMockRender.render(<CaseViewActivity {...caseProps} />);
Expand Down

0 comments on commit 85a2e1b

Please sign in to comment.