Skip to content

Commit

Permalink
skip flaky suite (elastic#177334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 6, 2024

Verified

This commit was signed with the committer’s verified signature.
mistic Tiago Costa
1 parent 1fe184b commit f84e491
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@ const LABELS = {
inProgress: i18n.STATUS_IN_PROGRESS,
};

describe('StatusFilter', () => {
// FLAKY: https://github.com/elastic/kibana/issues/177334
describe.skip('StatusFilter', () => {
const onChange = jest.fn();
const defaultProps = {
selectedOptionKeys: [],

0 comments on commit f84e491

Please sign in to comment.