Skip to content

Commit

Permalink
fix(NA): eslint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 27, 2024
1 parent f70e82c commit d2874cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/performance/journeys_e2e/tags_listing_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`));
Expand Down

0 comments on commit d2874cd

Please sign in to comment.