diff --git a/x-pack/test/apm_api_integration/tests/agent_explorer/latest_agent_versions.spec.ts b/x-pack/test/apm_api_integration/tests/agent_explorer/latest_agent_versions.spec.ts index 00e3fedf4620c..c114e8d846923 100644 --- a/x-pack/test/apm_api_integration/tests/agent_explorer/latest_agent_versions.spec.ts +++ b/x-pack/test/apm_api_integration/tests/agent_explorer/latest_agent_versions.spec.ts @@ -21,7 +21,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }); } - registry.when( + // FLAKY: https://github.com/elastic/kibana/issues/161853 + registry.when.skip( 'Agent latest versions when configuration is defined', { config: 'basic', archives: [] }, () => {