skip flaky suite (#177334)

This commit is contained in:
Tiago Costa 2024-12-06 17:11:13 +00:00
parent 1fe184b165
commit f84e4910da
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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: [],