Skip to content

Commit

Permalink
skip lens rollup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 4, 2020
1 parent 8ab43da commit 9170d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/lens/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const esArchiver = getService('esArchiver');

describe('lens rollup tests', () => {
describe.skip('lens rollup tests', () => {
before(async () => {
await esArchiver.loadIfNeeded('lens/rollup/data');
await esArchiver.loadIfNeeded('lens/rollup/config');
Expand All @@ -24,7 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await esArchiver.unload('lens/rollup/config');
});

it.skip('should allow creation of lens xy chart', async () => {
it('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 9170d49

Please sign in to comment.