We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yamlRestTestV7CompatTest
1 parent d6311ef commit 05fe506Copy full SHA for 05fe506
x-pack/plugin/build.gradle
@@ -211,3 +211,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
211
task.skipTest("esql/61_enrich_ip/Invalid IP strings", "We switched from exceptions to null+warnings for ENRICH runtime errors")
212
})
213
214
+tasks.named('yamlRestTestV7CompatTest').configure {
215
+ systemProperty 'es.queryable_built_in_roles_enabled', 'false'
216
+}
0 commit comments