Skip to content

Commit c5425d6

Browse files
Disable queryable built-in feature for smoke-test-plugins-ssl (#131523)
1 parent 8c25707 commit c5425d6

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
@@ -78,6 +78,8 @@ testClusters.matching { it.name == "yamlRestTest" }.configureEach {
7878
user username: "test_user", password: "x-pack-test-password"
7979
user username: "monitoring_agent", password: "x-pack-test-password", role: "remote_monitoring_agent"
8080

81+
systemProperty 'es.queryable_built_in_roles_enabled', 'false'
82+
8183
pluginPaths.each { pluginPath ->
8284
plugin pluginPath
8385
}

0 commit comments

Comments
 (0)