skip flaky suite (#119763)

This commit is contained in:
Tiago Costa 2021-11-26 15:30:30 +00:00
parent 4bd2006e5c
commit 64599464ce
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -35,7 +35,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('with metrics present', () => {
// FLAKY: https://github.com/elastic/kibana/issues/119763
describe.skip('with metrics present', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
await pageObjects.common.navigateToApp('infraOps');