Skip to content

Commit

Permalink
skip flaky suite (elastic#174133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 04a6047 commit 1b1c0cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import type { AppMockRenderer } from '../../common/mock';
import { createAppMockRenderer } from '../../common/mock';
import { MAX_DESCRIPTION_LENGTH } from '../../../common/constants';

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

0 comments on commit 1b1c0cd

Please sign in to comment.