Skip to content

Commit 4eb8e93

Browse files
Merge branch '7.x' into backport/7.x/pr-84715
2 parents ebbe233 + 1ab0cbe commit 4eb8e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/functional/apps/lens/rollup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
2424
await esArchiver.unload('lens/rollup/config');
2525
});
2626

27-
it('should allow creation of lens xy chart', async () => {
27+
it.skip('should allow creation of lens xy chart', async () => {
2828
await PageObjects.visualize.navigateToNewVisualization();
2929
await PageObjects.visualize.clickVisType('lens');
3030
await PageObjects.lens.goToTimeRange();

0 commit comments

Comments
 (0)