From 8be006446db0792f333872aa7e4d88199fc27056 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 15 Feb 2024 04:52:29 +0000 Subject: [PATCH] skip flaky suite (#176425) --- .../tests/correlations/field_value_pairs.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/apm_api_integration/tests/correlations/field_value_pairs.spec.ts b/x-pack/test/apm_api_integration/tests/correlations/field_value_pairs.spec.ts index 4765e83342e52c..f2bb340cb9d609 100644 --- a/x-pack/test/apm_api_integration/tests/correlations/field_value_pairs.spec.ts +++ b/x-pack/test/apm_api_integration/tests/correlations/field_value_pairs.spec.ts @@ -53,7 +53,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }); }); - registry.when( + // FLAKY: https://github.com/elastic/kibana/issues/176425 + registry.when.skip( 'field value pairs with data and default args', { config: 'trial', archives: ['8.0.0'] }, () => {