diff --git a/x-pack/test/reporting/functional/reporting.js b/x-pack/test/reporting/functional/reporting.js index 86d153fca33b8..feb79fe86164d 100644 --- a/x-pack/test/reporting/functional/reporting.js +++ b/x-pack/test/reporting/functional/reporting.js @@ -82,7 +82,7 @@ export default function ({ getService, getPageObjects }) { }); }); - describe('Print Layout', () => { + describe.skip('Print Layout', () => { it('matches baseline report', async function () { // Generating and then comparing reports can take longer than the default 60s timeout because the comparePngs // function is taking about 15 seconds per comparison in jenkins. Also Chromium takes a lot longer to generate a @@ -236,7 +236,7 @@ export default function ({ getService, getPageObjects }) { await expectEnabledGenerateReportButton(); }); - it('matches baseline report', async function () { + it.skip('matches baseline report', async function () { // Generating and then comparing reports can take longer than the default 60s timeout because the comparePngs // function is taking about 15 seconds per comparison in jenkins. this.timeout(180000);