diff --git a/x-pack/test/fleet_api_integration/apis/agents/unenroll.ts b/x-pack/test/fleet_api_integration/apis/agents/unenroll.ts index 0c40797699c86..b906c535a2b41 100644 --- a/x-pack/test/fleet_api_integration/apis/agents/unenroll.ts +++ b/x-pack/test/fleet_api_integration/apis/agents/unenroll.ts @@ -17,7 +17,8 @@ export default function (providerContext: FtrProviderContext) { const supertest = getService('supertest'); const esClient = getService('es'); - describe('fleet_unenroll_agent', () => { + // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/87166 + describe.skip('fleet_unenroll_agent', () => { skipIfNoDockerRegistry(providerContext); let accessAPIKeyId: string; let outputAPIKeyId: string;