diff --git a/x-pack/test/reporting_api_integration/reporting_and_security/validation.ts b/x-pack/test/reporting_api_integration/reporting_and_security/validation.ts index dfd75d2e65248..d25cc876d05d8 100644 --- a/x-pack/test/reporting_api_integration/reporting_and_security/validation.ts +++ b/x-pack/test/reporting_api_integration/reporting_and_security/validation.ts @@ -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',