skip failing test suite (#151854)

This commit is contained in:
Kibana Machine 2023-09-25 06:24:07 -04:00
parent 9cbd597ebb
commit e44362feae

View file

@ -43,7 +43,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const endpointTestResources = getService('endpointTestResources');
describe('test metadata apis', () => {
// Failing: See https://github.com/elastic/kibana/issues/151854
describe.skip('test metadata apis', () => {
describe('list endpoints GET route', () => {
const numberOfHostsInFixture = 2;
let agent1Timestamp: number;