From 1827cf2479b9e4a176c72be192907b8f67099b8f Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 26 Oct 2021 13:57:48 -0700 Subject: [PATCH] Skipping failing test (#84957) Signed-off-by: Tyler Smalley --- x-pack/test/functional/apps/lens/rollup.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/lens/rollup.ts b/x-pack/test/functional/apps/lens/rollup.ts index 34620a734cfd7..267c83cda1386 100644 --- a/x-pack/test/functional/apps/lens/rollup.ts +++ b/x-pack/test/functional/apps/lens/rollup.ts @@ -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');