Skip to content

Commit

Permalink
skip 'should allow creation of lens xy chart' #84957
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 3, 2020
1 parent eb46f3a commit 60202b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/lens/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await esArchiver.unload('lens/rollup/config');
});

it('should allow creation of lens xy chart', async () => {
it.skip('should allow creation of lens xy chart', async () => {
await PageObjects.visualize.navigateToNewVisualization();
await PageObjects.visualize.clickVisType('lens');
await PageObjects.lens.goToTimeRange();
Expand Down

0 comments on commit 60202b3

Please sign in to comment.