Skip to content

Commit

Permalink
skip flaky suite (#48721)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5007bbf)
  • Loading branch information
spalger committed Dec 7, 2019
1 parent 1d4e7ba commit da32af4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x-pack/test/reporting/functional/reporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['reporting', 'common', 'dashboard', 'header', 'discover', 'visualize']);
const log = getService('log');

describe('Reporting', () => {
// FLAKY: https:/elastic/kibana/issues/45499
// FLAKY: https:/elastic/kibana/issues/48721
describe.skip('Reporting', () => {

before('initialize tests', async () => {
await PageObjects.reporting.initTests();
Expand Down Expand Up @@ -73,8 +75,7 @@ export default function ({ getService, getPageObjects }) {
await expectDisabledGenerateReportButton();
});

// FLAKY: https:/elastic/kibana/issues/45499
it.skip('becomes available when saved', async () => {
it('becomes available when saved', async () => {
await PageObjects.dashboard.saveDashboard('mypdfdash');
await PageObjects.reporting.openPdfReportingPanel();
await expectEnabledGenerateReportButton();
Expand Down

0 comments on commit da32af4

Please sign in to comment.