Skip to content

Commit

Permalink
skip flaky suite (elastic#171177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and semd committed Jan 12, 2024
1 parent 9ffd6d4 commit 187048f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const defaultProps = {
editorRef,
};

describe('EditableMarkdown', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171177
describe.skip('EditableMarkdown', () => {
const MockHookWrapperComponent: React.FC<{ testProviderProps?: unknown }> = ({
children,
testProviderProps = {},
Expand Down

0 comments on commit 187048f

Please sign in to comment.