File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 55 * 2.0.
66 */
77
8- import org.elasticsearch.gradle.Version
9- import org.elasticsearch.gradle.VersionProperties
108import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
119import org.elasticsearch.gradle.util.GradleUtils
1210
@@ -95,5 +93,6 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
9593 task. skipTest(" esql/80_text/values function" , " The output type changed from TEXT to KEYWORD." )
9694 task. skipTest(" privileges/11_builtin/Test get builtin privileges" ," unnecessary to test compatibility" )
9795 task. skipTest(" esql/61_enrich_ip/Invalid IP strings" , " We switched from exceptions to null+warnings for ENRICH runtime errors" )
96+ task. skipTest(" esql/180_match_operator/match with non text field" , " Match operator can now be used on non-text fields" )
9897})
9998
You can’t perform that action at this time.
0 commit comments