Skip to content

Commit 1dc6bc0

Browse files
Disable queryable built-in feature for smoke-test-plugins-ssl (#131523) (#131543)
1 parent be2f024 commit 1dc6bc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/smoke-test-plugins-ssl/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ testClusters.matching { it.name == "yamlRestTest" }.configureEach {
8383
user username: "test_user", password: "x-pack-test-password"
8484
user username: "monitoring_agent", password: "x-pack-test-password", role: "remote_monitoring_agent"
8585

86+
systemProperty 'es.queryable_built_in_roles_enabled', 'false'
87+
8688
pluginPaths.each { pluginPath ->
8789
plugin pluginPath
8890
}

0 commit comments

Comments
 (0)