Skip to content

Commit

Permalink
chore(NA): skip mapping editor shape datatype test (#66041)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored May 11, 2020
1 parent 4174bab commit be79023
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 be79023

Please sign in to comment.