mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
cdaa4e067d
commit
70458649dd
1 changed files with 0 additions and 2 deletions
|
@ -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`));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue