diff --git a/x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.test.tsx index e252a29f8c704..b0ee182df4474 100644 --- a/x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.test.tsx +++ b/x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.test.tsx @@ -26,7 +26,8 @@ jest.mock('../../containers/use_delete_file_attachment'); const useDeleteFileAttachmentMock = useDeleteFileAttachment as jest.Mock; -describe('FileActionsPopoverButton', () => { +// Failing: See https://github.com/elastic/kibana/issues/207257 +describe.skip('FileActionsPopoverButton', () => { let appMockRender: AppMockRenderer; const mutate = jest.fn();