File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments