skip flaky journey (#148221)

This commit is contained in:
Tiago Costa 2023-01-03 19:08:52 +00:00
parent c5e9f30df4
commit 171afc0409
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -10,6 +10,8 @@ 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'],
})