[performance] unskip journey (#150057)

## Summary

Closes #148221

This test failure was caused by Chrome binary not been found and
probably related to agent, not the test inself.
This commit is contained in:
Dzmitry Lemechko 2023-02-03 14:46:31 +01:00 committed by GitHub
parent 0659916073
commit 4f426de5e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,6 @@ import { subj } from '@kbn/test-subj-selector';
import { waitForVisualizations } from '../utils';
export const journey = new Journey({
// FAILING: https://github.com/elastic/kibana/issues/148221
skipped: true,
esArchives: ['x-pack/performance/es_archives/sample_data_ecommerce'],
kbnArchives: ['x-pack/performance/kbn_archives/ecommerce_saved_search_only_dashboard'],
})