Skip to content

Commit

Permalink
Skip failing dashboard reporting test (#24040) (#24051)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Oct 16, 2018
1 parent 6d76ba9 commit b1df05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/reporting/functional/reporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit b1df05c

Please sign in to comment.