Skip to content

Commit

Permalink
skip flaky suites (elastic#162813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 31, 2023
1 parent 2d17d75 commit a1bc199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/performance/journeys/apm_service_inventory.ts
Expand Up @@ -9,6 +9,7 @@ import { Journey } from '@kbn/journeys';
import { SynthtraceClient } from '../services/synthtrace';
import { generateData } from '../synthtrace_data/apm_data';

// FLAKY: https://github.com/elastic/kibana/issues/162813
export const journey = new Journey({
beforeSteps: async ({ kbnUrl, log, auth, es }) => {
// Install APM Package
Expand All @@ -34,6 +35,7 @@ export const journey = new Journey({
);
},
ftrConfigPath: 'x-pack/performance/configs/apm_config.ts',
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 a1bc199

Please sign in to comment.