Skip to content

Commit

Permalink
skip flaky suite (elastic#162813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Mar 4, 2024
1 parent 86d4300 commit afd8775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/performance/journeys/apm_service_inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const journey = new Journey({
);
},
ftrConfigPath: 'x-pack/performance/configs/apm_config.ts',
// FLAKY: https://github.com/elastic/kibana/issues/162813
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 afd8775

Please sign in to comment.