From ed32f1ff31d9356ae37093123d407535ddae45a6 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 29 Jan 2024 23:51:57 +0000 Subject: [PATCH] skip flaky suite (#175756) --- x-pack/test/apm_api_integration/tests/services/agent.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/apm_api_integration/tests/services/agent.spec.ts b/x-pack/test/apm_api_integration/tests/services/agent.spec.ts index 69f1938192b9e..2dc676ffe5a34 100644 --- a/x-pack/test/apm_api_integration/tests/services/agent.spec.ts +++ b/x-pack/test/apm_api_integration/tests/services/agent.spec.ts @@ -34,7 +34,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }); }); - registry.when( + // FLAKY: https://github.com/elastic/kibana/issues/175756 + registry.when.skip( 'Agent name when data is loaded', { config: 'basic', archives: [archiveName] }, () => {