skip flaky suite (#174661)

This commit is contained in:
Tiago Costa 2024-07-25 15:41:45 +01:00
parent f6c498cfae
commit 054ae81089
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -16,7 +16,8 @@ import { createAppMockRenderer } from '../../common/mock';
import { basicFileMock } from '../../containers/mock';
import { FileAttachmentEvent } from './file_attachment_event';
describe('FileAttachmentEvent', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174661
describe.skip('FileAttachmentEvent', () => {
let appMockRender: AppMockRenderer;
beforeEach(() => {