skip flaky suite (#171177)

This commit is contained in:
Tiago Costa 2024-10-30 04:54:41 +00:00
parent 60c84ef1b5
commit 11f2f14b05
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -61,7 +61,8 @@ const defaultProps = {
editorRef,
};
describe('EditableMarkdown', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171177
describe.skip('EditableMarkdown', () => {
let appMockRender: AppMockRenderer;
beforeEach(() => {