Skip to content

Commit

Permalink
skip flaky suite (#157738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2023
1 parent be5c88a commit 6bc337c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/metrics_explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Saved Views', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157738
describe.skip('Saved Views', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
await pageObjects.infraHome.goToMetricExplorer();
Expand Down

0 comments on commit 6bc337c

Please sign in to comment.