[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:
Carlos Crespo 2024-01-03 09:40:23 +01:00 committed by GitHub
parent 03040317d4
commit c44ae67e20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({