diff --git a/x-pack/qa/smoke-test-plugins-ssl/build.gradle b/x-pack/qa/smoke-test-plugins-ssl/build.gradle index cbd837fc2ccf6..03e67bdf0dd4b 100644 --- a/x-pack/qa/smoke-test-plugins-ssl/build.gradle +++ b/x-pack/qa/smoke-test-plugins-ssl/build.gradle @@ -83,6 +83,8 @@ testClusters.matching { it.name == "yamlRestTest" }.configureEach { user username: "test_user", password: "x-pack-test-password" user username: "monitoring_agent", password: "x-pack-test-password", role: "remote_monitoring_agent" + systemProperty 'es.queryable_built_in_roles_enabled', 'false' + pluginPaths.each { pluginPath -> plugin pluginPath }