Skip to content

Commit

Permalink
skip flaky suite (elastic#197304)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 9, 2024
1 parent 1fba12c commit 7bd8a48
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 { CancelCreationConfirmationModal } from './cancel_creation_confirmation_modal';

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

0 comments on commit 7bd8a48

Please sign in to comment.