mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
7fde1b0438
commit
de5904f314
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue