skip flaky suite (#174571)

This commit is contained in:
Tiago Costa 2024-07-31 02:06:36 +01:00
parent 8333b4c5af
commit 42010e3efd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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(() => {