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 @@ -95,6 +95,7 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
9595 task. skipTest(" esql/61_enrich_ip/Invalid IP strings" , " We switched from exceptions to null+warnings for ENRICH runtime errors" )
9696 task. skipTest(" esql/180_match_operator/match with non text field" , " Match operator can now be used on non-text fields" )
9797 task. skipTest(" esql/180_match_operator/match with functions" , " Error message changed" )
98+ task. skipTest(" esql/180_match_operator/match within eval" , " Error message changed" )
9899 task. skipTest(" esql/40_unsupported_types/semantic_text declared in mapping" , " The semantic text field format changed" )
99100 task. skipTest(" esql/190_lookup_join/Alias as lookup index" , " LOOKUP JOIN does not support index aliases for now" )
100101 task. skipTest(" esql/190_lookup_join/alias-repeated-alias" , " LOOKUP JOIN does not support index aliases for now" )
You can’t perform that action at this time.
0 commit comments