Skip to content

Commit

Permalink
skip flaky suite (#106651)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 27, 2021
1 parent d234acf commit 8d30072
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 @@ -87,7 +87,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Saved Views', () => {
// FLAKY: https://github.com/elastic/kibana/issues/106651
describe.skip('Saved Views', () => {
before(() => esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs'));
after(() => esArchiver.unload('x-pack/test/functional/es_archives/infra/metrics_and_logs'));
describe('save functionality', () => {
Expand Down

0 comments on commit 8d30072

Please sign in to comment.