mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#171177)
This commit is contained in:
parent
60c84ef1b5
commit
11f2f14b05
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ const defaultProps = {
|
|||
editorRef,
|
||||
};
|
||||
|
||||
describe('EditableMarkdown', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171177
|
||||
describe.skip('EditableMarkdown', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue