unskip rollup (#116567)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Joe Reuter 2021-11-04 16:37:11 +01:00 committed by GitHub
parent 18b2395236
commit 4c5e59db56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const esArchiver = getService('esArchiver');
// FAILING: https://github.com/elastic/kibana/issues/84957
describe.skip('lens rollup tests', () => {
describe('lens rollup tests', () => {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/rollup/data');
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/rollup/config');