unskip rollup (#116567) (#117545)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-04 13:39:14 -04:00 committed by GitHub
parent 7fde1b0438
commit de5904f314
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');