Skip to content

Commit

Permalink
skip failing test suite (#121842)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 4, 2022
1 parent ac83907 commit 610efe7
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: See https://github.com/elastic/kibana/issues/121842
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 610efe7

Please sign in to comment.