mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#177334)
This commit is contained in:
parent
1fe184b165
commit
f84e4910da
1 changed files with 2 additions and 1 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue