Skip to content

Commit

Permalink
skip flaky suite (#66669)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 20, 2020
1 parent 0e55b24 commit bc26143
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const defaultTextParameters = {
store: false,
};

describe('Mappings editor: text datatype', () => {
// FLAKY: https://github.com/elastic/kibana/issues/66669
describe.skip('Mappings editor: text datatype', () => {
let testBed: MappingsEditorTestBed;

/**
Expand Down

0 comments on commit bc26143

Please sign in to comment.