Skip to content

Commit

Permalink
skip flaky suite (#178924)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 19, 2024
1 parent 5be91c9 commit e23f727
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default function ({ getService }: FtrProviderContext) {
await reportingAPI.deleteAllReports();
});

describe('printablePdfV2', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178924
describe.skip('printablePdfV2', () => {
it('allows width and height to have decimal', async () => {
const downloadReportPath = await reportingAPI.postJobJSON(
'/api/reporting/generate/printablePdfV2',
Expand Down

0 comments on commit e23f727

Please sign in to comment.