mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#187526)
This commit is contained in:
parent
808c96b749
commit
df82bfe3b5
1 changed files with 2 additions and 1 deletions
|
@ -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`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue