skip flaky suite (#106650)

This commit is contained in:
Tiago Costa 2021-08-23 00:08:19 +01:00
parent dc6d50a7e8
commit 8f3a069a85
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -87,7 +87,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('Saved Views', () => {
// FLAKY: https://github.com/elastic/kibana/issues/106650
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'));
it('should have save and load controls', async () => {