skip flaky suite (#178924)

This commit is contained in:
Tiago Costa 2024-03-19 18:10:59 +00:00
parent 5be91c94b1
commit e23f72796c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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',