Skip to content

Commit 05fe506

Browse files
authored
Fix some yamlRestTestV7CompatTest tests (#125682) (#125950)
The V7 REST compat tests shouldn't run with queryable built-in roles enabled. Relates #120323 Fixes #121501 Fixes #122226 Fixes #122687 Fixes #123081 Fixes #123147 (cherry picked from commit a3b9b98) # Conflicts: # muted-tests.yml # x-pack/plugin/build.gradle
1 parent d6311ef commit 05fe506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
211211
task.skipTest("esql/61_enrich_ip/Invalid IP strings", "We switched from exceptions to null+warnings for ENRICH runtime errors")
212212
})
213213

214+
tasks.named('yamlRestTestV7CompatTest').configure {
215+
systemProperty 'es.queryable_built_in_roles_enabled', 'false'
216+
}

0 commit comments

Comments
 (0)