Skip to content

Commit

Permalink
skip flaky suite (#84978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 4, 2020
1 parent 9170d49 commit 7277aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/apps/lens/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const esArchiver = getService('esArchiver');

// FLAKY: https://github.com/elastic/kibana/issues/84978
describe.skip('lens rollup tests', () => {
before(async () => {
await esArchiver.loadIfNeeded('lens/rollup/data');
Expand Down

0 comments on commit 7277aaa

Please sign in to comment.