Skip to content

Commit

Permalink
skip flaky suite (elastic#195672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and mgadewoll committed Nov 7, 2024
1 parent 8a3f1be commit 1df00db
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 1df00db

Please sign in to comment.