Skip to content

Commit

Permalink
[tests] skip editTags unit tests for being flaky (elastic#175709)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni authored and CoenWarmer committed Feb 15, 2024
1 parent 3562f1e commit c5e9df0
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 c5e9df0

Please sign in to comment.