mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#178924)
This commit is contained in:
parent
5be91c94b1
commit
e23f72796c
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue