Skip to content

Commit 4333524

Browse files
committed
chore(NA): skip mapping editor shape datatype test
1 parent a3d3ae9 commit 4333524

File tree

1 file changed

+3
-1
lines changed
  • x-pack/plugins/index_management/public/application/components/mappings_editor/__jest__/client_integration/datatypes

1 file changed

+3
-1
lines changed

x-pack/plugins/index_management/public/application/components/mappings_editor/__jest__/client_integration/datatypes/shape_datatype.test.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ export const defaultShapeParameters = {
2020
ignore_z_value: true,
2121
};
2222

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

2628
/**

0 commit comments

Comments
 (0)