Skip to content

Commit eeaf4a5

Browse files
committed
skip compact test
1 parent ac313ee commit eeaf4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
102102
task.skipTest("esql/190_lookup_join/alias-pattern-multiple", "LOOKUP JOIN does not support index aliases for now")
103103
task.skipTest("esql/190_lookup_join/alias-pattern-single", "LOOKUP JOIN does not support index aliases for now")
104104
task.skipTest("esql/180_match_operator/match with disjunctions", "Disjunctions in full text functions work now")
105+
task.skipTest("esql/63_enrich_int_range/Invalid age as double", "ES|QL now can return partial results instead of failing the query")
105106
// Expected deprecation warning to compat yaml tests:
106107
task.addAllowedWarningRegex(".*rollup functionality will be removed in Elasticsearch.*")
107108
task.skipTest("esql/40_tsdb/from doc with aggregate_metric_double", "TODO: support for subset of metric fields")

0 commit comments

Comments
 (0)