From a413edbbba646dfdc9fe451c6aece6f83f482d14 Mon Sep 17 00:00:00 2001 From: Mayya Sharipova Date: Sun, 16 Jul 2023 20:56:09 -0400 Subject: [PATCH] Exclude collapse test from runtime test run --- x-pack/qa/runtime-fields/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/qa/runtime-fields/build.gradle b/x-pack/qa/runtime-fields/build.gradle index 5bee9f08c2a73..1a9e913932eb7 100644 --- a/x-pack/qa/runtime-fields/build.gradle +++ b/x-pack/qa/runtime-fields/build.gradle @@ -72,6 +72,7 @@ subprojects { /////// TO FIX /////// 'aggregations/range/Date range', //source only date field should also emit values for numbers, it expects strings only 'search/115_multiple_field_collapsing/two levels fields collapsing', // Field collapsing on a runtime field does not work + 'search/111_field_collapsing_with_max_score/*', // Field collapsing on a runtime field does not work 'field_caps/30_index_filter/Field caps with index filter', // We don't support filtering field caps on runtime fields. What should we do? 'aggregations/filters_bucket/cache busting', // runtime keyword does not support split_queries_on_whitespace 'search/140_pre_filter_search_shards/pre_filter_shard_size with shards that have no hit',