Skip to content

Commit

Permalink
Merge branch 'master' into remove-pre-commit-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Dec 4, 2020
2 parents 90535b6 + 7277aaa commit e6f26ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const esArchiver = getService('esArchiver');

describe('lens rollup tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/84978
describe.skip('lens rollup tests', () => {
before(async () => {
await esArchiver.loadIfNeeded('lens/rollup/data');
await esArchiver.loadIfNeeded('lens/rollup/config');
Expand All @@ -24,7 +25,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 e6f26ea

Please sign in to comment.