mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suites (#162813)
This commit is contained in:
parent
2d17d753ef
commit
a1bc199488
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
@ -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`));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue