skip flaky suite (#192672)

This commit is contained in:
Tiago Costa 2024-11-21 17:19:50 +00:00
parent 03c3d77518
commit d8d7b7a327
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ import { createAppMockRenderer } from '../../common/mock';
const showMoreClickMock = jest.fn();
describe('ShowMoreButton', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192672
describe.skip('ShowMoreButton', () => {
let appMockRender: AppMockRenderer;
beforeEach(() => {