unskip tags_listing_page journey (#188310)

## Summary

closes #181546

Flaky-test runner passed 25/25. Journey was skipped as there was browser
crash on taking step screenshot.
This commit is contained in:
Dzmitry Lemechko 2024-07-15 19:03:53 +02:00 committed by GitHub
parent cdaa4e067d
commit 70458649dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,6 @@ 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`));