skip failing test suite (#167496)

This commit is contained in:
Jonathan Budzenski 2023-09-28 10:01:39 -05:00
parent da2da33881
commit 07b206748f

View file

@ -9,6 +9,8 @@ import { Journey } from '@kbn/journeys';
import { subj } from '@kbn/test-subj-selector';
export const journey = new Journey({
// Failing: See https://github.com/elastic/kibana/issues/167496
skipped: true,
kbnArchives: ['x-pack/performance/kbn_archives/lens_many_fields'],
esArchives: ['test/functional/fixtures/es_archiver/stress_test'],
})