skip flaky suite (#181546)

This commit is contained in:
Tiago Costa 2024-05-06 23:50:09 +01:00
parent 04646162cc
commit f70e82caec
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,6 +14,8 @@ const TAG_DESCRIPTION = 'test description';
export const journey = new Journey({
esArchives: ['x-pack/performance/es_archives/sample_data_flights'],
kbnArchives: ['x-pack/performance/kbn_archives/many_tags_and_visualizations'],
// FLAKY: https://github.com/elastic/kibana/issues/181546
skipped: true
})
.step('Go to Tags Page', async ({ page, kbnUrl }) => {
await page.goto(kbnUrl.get(`/app/management/kibana/tags`));