Skip to content

Commit

Permalink
skip flaky suite (#175956)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 31, 2024
1 parent 345c2cb commit d3a267e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jest.mock('../../containers/use_delete_file_attachment');

const useDeleteFileAttachmentMock = useDeleteFileAttachment as jest.Mock;

describe('FileDeleteButton', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175956
describe.skip('FileDeleteButton', () => {
let appMockRender: AppMockRenderer;
const mutate = jest.fn();

Expand Down

0 comments on commit d3a267e

Please sign in to comment.