Skip to content

Commit

Permalink
skip flaky suite (#96362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 7, 2021
1 parent e4d521f commit dd7af2a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jest.mock('../../containers/use_update_comment');
jest.mock('./user_action_timestamp');

const patchComment = jest.fn();
describe('UserActionTree ', () => {
// FLAKY: https://github.com/elastic/kibana/issues/96362
describe.skip('UserActionTree ', () => {
const sampleData = {
content: 'what a great comment update',
};
Expand Down

0 comments on commit dd7af2a

Please sign in to comment.