Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
chore(NA): skip mapping editor shape datatype test (elastic#66041)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and spalger committed May 11, 2020
1 parent ba9630c commit 88f3274
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ export const defaultShapeParameters = {
ignore_z_value: true,
};

describe('Mappings editor: shape datatype', () => {
// That test is being flaky and is under work to be fixed
// Skipping it for now.
describe.skip('Mappings editor: shape datatype', () => {
let testBed: MappingsEditorTestBed;

/**
Expand Down

0 comments on commit 88f3274

Please sign in to comment.