skip flaky suite (#115488)

This commit is contained in:
Brian Seeders 2021-10-18 21:08:50 -04:00
parent a8b616aaa2
commit 083a2b9523

View file

@ -24,7 +24,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');
describe('test metadata api', () => {
// Failing: See https://github.com/elastic/kibana/issues/115488
describe.skip('test metadata api', () => {
// TODO add this after endpoint package changes are merged and in snapshot
// describe('with .metrics-endpoint.metadata_united_default index', () => {
// });