diff --git a/x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.test.tsx index 344eab2634cb0..478c39ba3e5ae 100644 --- a/x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.test.tsx +++ b/x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.test.tsx @@ -16,7 +16,8 @@ import { createAppMockRenderer } from '../../common/mock'; import { basicFileMock } from '../../containers/mock'; import { FileAttachmentEvent } from './file_attachment_event'; -describe('FileAttachmentEvent', () => { +// Failing: See https://github.com/elastic/kibana/issues/206068 +describe.skip('FileAttachmentEvent', () => { let appMockRender: AppMockRenderer; beforeEach(() => {