Skip to content

Commit

Permalink
skip flaky suite (elastic#187526)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 13, 2024
1 parent 808c96b commit df82bfe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { MAX_DESCRIPTION_LENGTH } from '../../../common/constants';
import { FormTestComponent } from '../../common/test_utils';
import type { FormSchema } from '@kbn/es-ui-shared-plugin/static/forms/hook_form_lib';

describe('Description', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187526
describe.skip('Description', () => {
let appMockRender: AppMockRenderer;
const onSubmit = jest.fn();
const draftStorageKey = `cases.caseView.createCase.description.markdownEditor`;
Expand Down

0 comments on commit df82bfe

Please sign in to comment.