Skip to content

Commit

Permalink
skip flaky suite (#171177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 30, 2024
1 parent 60c84ef commit 11f2f14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const defaultProps = {
editorRef,
};

describe('EditableMarkdown', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171177
describe.skip('EditableMarkdown', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit 11f2f14

Please sign in to comment.