Skip to content

Commit

Permalink
skip flaky suite (#66457)
Browse files Browse the repository at this point in the history
(cherry picked from commit 512ab5b)
  • Loading branch information
spalger committed May 13, 2020
1 parent 110a9c1 commit 66e9b93
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 66e9b93

Please sign in to comment.