Skip to content

Commit

Permalink
skip flaky suite (elastic#106651)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and vadimkibana committed Aug 8, 2021
1 parent fb6012a commit 3ce2fd5
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 3ce2fd5

Please sign in to comment.