diff --git a/x-pack/performance/journeys/apm_service_inventory.ts b/x-pack/performance/journeys/apm_service_inventory.ts index a0fb87888df0e..f6f2f3731a65b 100644 --- a/x-pack/performance/journeys/apm_service_inventory.ts +++ b/x-pack/performance/journeys/apm_service_inventory.ts @@ -36,7 +36,7 @@ export const journey = new Journey({ }, ftrConfigPath: 'x-pack/performance/configs/apm_config.ts', // FLAKY: https://github.com/elastic/kibana/issues/162813 - skipped: true + skipped: true, }) .step('Navigate to Service Inventory Page', async ({ page, kbnUrl }) => { await page.goto(kbnUrl.get(`app/apm/services`));