Skip to content

Commit

Permalink
skip lens drag and drop test. #84941
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 3, 2020
1 parent 8af3242 commit af2df41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/lens/drag_and_drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function ({ getPageObjects }: FtrProviderContext) {
]);
});

it('should move the column to compatible dimension group', async () => {
it.skip('should move the column to compatible dimension group', async () => {
await PageObjects.lens.switchToVisualization('bar');
expect(await PageObjects.lens.getDimensionTriggersTexts('lnsXY_xDimensionPanel')).to.eql([
'Top values of @message.raw',
Expand Down

0 comments on commit af2df41

Please sign in to comment.