skip failing test suite (#151854)

This commit is contained in:
Kibana Machine 2023-11-01 19:28:10 -04:00
parent 18dc8feb5b
commit 0879f2ef2b

View file

@ -46,7 +46,8 @@ export default function ({ getService }: FtrProviderContext) {
const endpointTestResources = getService('endpointTestResources');
const log = getService('log');
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;