From 8fe71f888f879e85bfab3a76df8df79fbfdd7e95 Mon Sep 17 00:00:00 2001 From: Josh Dover Date: Mon, 15 Oct 2018 22:39:39 +0100 Subject: [PATCH] Skip failing dashboard reporting test (#24040) --- x-pack/test/reporting/functional/reporting.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/test/reporting/functional/reporting.js b/x-pack/test/reporting/functional/reporting.js index 3e6848f5a6abb..07ae1d1804047 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);