mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#181546)
This commit is contained in:
parent
04646162cc
commit
f70e82caec
1 changed files with 2 additions and 0 deletions
|
@ -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`));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue