Skip to content

Commit

Permalink
fix(NA): eslint error about missing comma on x-pack/performance/journ…
Browse files Browse the repository at this point in the history
…eys/apm_service_inventory.ts
  • Loading branch information
mistic committed Feb 14, 2024
1 parent 7a0b836 commit b050ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/performance/journeys/apm_service_inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`));
Expand Down

0 comments on commit b050ad3

Please sign in to comment.