mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#174571)
This commit is contained in:
parent
8333b4c5af
commit
42010e3efd
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ const defaultProps = {
|
|||
onSearch: jest.fn(),
|
||||
};
|
||||
|
||||
describe('FilesUtilityBar', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/174571
|
||||
describe.skip('FilesUtilityBar', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue