skip flaky suite (#151854)

This commit is contained in:
Tiago Costa 2023-08-14 23:47:05 +01:00
parent c247572103
commit 3934ce3189
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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