mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Skipping failing test (#84957)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
117efdf87f
commit
1827cf2479
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue