Skip to content

Commit

Permalink
skip flaky suite (#195672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 6, 2024
1 parent 4234be1 commit e9010b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import type { AppMockRenderer } from '../../common/mock';
import { createAppMockRenderer } from '../../common/mock';
import { DeleteAttachmentConfirmationModal } from './delete_attachment_confirmation_modal';

describe('DeleteAttachmentConfirmationModal', () => {
// FLAKY: https://github.com/elastic/kibana/issues/195672
describe.skip('DeleteAttachmentConfirmationModal', () => {
let appMock: AppMockRenderer;
const props = {
title: 'My title',
Expand Down

0 comments on commit e9010b6

Please sign in to comment.