Skip to content

Commit

Permalink
skip flaky suite (#151981)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 4, 2023
1 parent e53ac35 commit 9de4cc5
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 9de4cc5

Please sign in to comment.