Skip to content

Commit

Permalink
skip flaky suite (#66457)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 13, 2020
1 parent c7587e4 commit 512ab5b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const { setup, getMappingsEditorDataFactory } = componentHelpers.mappingsEditor;
const onChangeHandler = jest.fn();
const getMappingsEditorData = getMappingsEditorDataFactory(onChangeHandler);

describe('Mappings editor: core', () => {
// FLAKY: https://github.com/elastic/kibana/issues/66457
describe.skip('Mappings editor: core', () => {
/**
* Variable to store the mappings data forwarded to the consumer component
*/
Expand Down

0 comments on commit 512ab5b

Please sign in to comment.