Skip to content

Commit

Permalink
skip flaky suite (#175655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 22, 2024
1 parent 85d243a commit ee9c021
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const defaultProps: EditTagsProps = {
tags: [],
};

describe('EditTags ', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175655
describe.skip('EditTags ', () => {
let appMockRender: AppMockRenderer;

const sampleTags = ['coke', 'pepsi'];
Expand Down

0 comments on commit ee9c021

Please sign in to comment.