Skip to content

Commit

Permalink
skip flaky suite (elastic#175655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Mar 4, 2024
1 parent 154696e commit 8a9c9e0
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 8a9c9e0

Please sign in to comment.