Skipping failing test (#84957)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-10-26 13:57:48 -07:00
parent 117efdf87f
commit 1827cf2479

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const esArchiver = getService('esArchiver');
describe('lens rollup tests', () => {
// FAILING: https://github.com/elastic/kibana/issues/84957
describe.skip('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');