mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Obs UX] Unskip APM Service Inventory Journey (#173510)
fixes https://github.com/elastic/kibana/issues/172757 ## Summary I'm not sure why the error happened, but I ran it several times on my local machine with the latest main version and it works. My best guess is that during a short period, the APM package with the latest v8.13.0-SNAPSHOT version was not available. https://buildkite.com/elastic/kibana-single-user-performance/builds/12163#018c7d05-a7bb-4117-a0c7-0fabc20e7014 --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
03040317d4
commit
c44ae67e20
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ import { SynthtraceClient } from '../services/synthtrace';
|
|||
import { generateData } from '../synthtrace_data/apm_data';
|
||||
|
||||
export const journey = new Journey({
|
||||
// FAILING VERSION BUMP: https://github.com/elastic/kibana/issues/172757
|
||||
skipped: true,
|
||||
beforeSteps: async ({ kbnUrl, log, auth, es }) => {
|
||||
// Install APM Package
|
||||
const synthClient = new SynthtraceClient({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue