Skip to content

Commit

Permalink
Skipping failing test (#84957)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Oct 26, 2021
1 parent bd0d5c7 commit 46c0613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 46c0613

Please sign in to comment.