mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix(NA): eslint checks
This commit is contained in:
parent
f70e82caec
commit
d2874cda0e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ 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
|
||||
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