File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
134134 task. skipTest(" esql/90_non_indexed/fetch" , " Temporary until backported" )
135135 task. skipTest(" esql/63_enrich_int_range/Invalid age as double" , " TODO: require disable allow_partial_results" )
136136 task. skipTest(" esql/191_lookup_join_on_datastreams/data streams not supported in LOOKUP JOIN" , " Added support for aliases in JOINs" )
137+ task. skipTest(" esql/190_lookup_join/non-lookup index" , " Error message changed" )
138+ task. skipTest(" esql/192_lookup_join_on_aliases/alias-pattern-multiple" , " Error message changed" )
137139 task. skipTest(" esql/190_lookup_join/fails with non-lookup index" , " Error message changed" )
138140 task. skipTest(" esql/192_lookup_join_on_aliases/fails when alias or pattern resolves to multiple" , " Error message changed" )
139141})
You can’t perform that action at this time.
0 commit comments