Skip to content

Commit

Permalink
skip failing suite (#207257)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Jan 24, 2025
1 parent 910b9c5 commit b527939
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit b527939

Please sign in to comment.