Skip to content

Commit 5f0f502

Browse files
committed
Remove compatibility test that no longer works
1 parent f2ba267 commit 5f0f502

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* 2.0.
66
*/
77

8-
import org.elasticsearch.gradle.Version
9-
import org.elasticsearch.gradle.VersionProperties
108
import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
119
import 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

0 commit comments

Comments
 (0)