diff --git a/x-pack/test/security_solution_endpoint_api_int/apis/metadata.ts b/x-pack/test/security_solution_endpoint_api_int/apis/metadata.ts index b00fa69395172..095331b08c945 100644 --- a/x-pack/test/security_solution_endpoint_api_int/apis/metadata.ts +++ b/x-pack/test/security_solution_endpoint_api_int/apis/metadata.ts @@ -54,7 +54,8 @@ export default function ({ getService }: FtrProviderContext) { }); }); - describe(`POST ${HOST_METADATA_LIST_ROUTE} when index is not empty`, () => { + // FLAKY: https://github.com/elastic/kibana/issues/115488 + describe.skip(`POST ${HOST_METADATA_LIST_ROUTE} when index is not empty`, () => { before(async () => { // stop the united transform and delete the index // otherwise it won't hit metrics-endpoint.metadata_current_default index