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 6b7c5b9 commit 3a5fa5f
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 3a5fa5f

Please sign in to comment.