Skip to content

Commit

Permalink
chore: skip editTags unit tests for being flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Jan 26, 2024
1 parent dade4f1 commit 81725b4
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ const defaultProps: EditTagsProps = {
tags: [],
};

describe('EditTags ', () => {
// The suite is skipped for having several flaky tests
// See:
// https://github.com/elastic/kibana/issues/175618
// https://github.com/elastic/kibana/issues/175619
// https://github.com/elastic/kibana/issues/175621
// https://github.com/elastic/kibana/issues/175622
// https://github.com/elastic/kibana/issues/175623
// https://github.com/elastic/kibana/issues/175655
describe.skip('EditTags ', () => {
let appMockRender: AppMockRenderer;

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

0 comments on commit 81725b4

Please sign in to comment.