Skip to content

Commit 6dfab8d

Browse files
authored
Fix some yamlRestTestV7CompatTest tests (elastic#125682) (elastic#125949)
The V7 REST compat tests shouldn't run with queryable built-in roles enabled. Relates elastic#120323 Fixes elastic#121501 Fixes elastic#122226 Fixes elastic#122687 Fixes elastic#123081 Fixes elastic#123147 (cherry picked from commit a3b9b98) # Conflicts: # muted-tests.yml
1 parent 08ebc01 commit 6dfab8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/plugin/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,7 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
224224
task.skipTest("esql/40_unsupported_types/unsupported", "TODO: support for subset of metric fields")
225225
task.skipTest("esql/40_unsupported_types/unsupported with sort", "TODO: support for subset of metric fields")
226226
})
227+
228+
tasks.named('yamlRestTestV7CompatTest').configure {
229+
systemProperty 'es.queryable_built_in_roles_enabled', 'false'
230+
}

0 commit comments

Comments
 (0)