Test: disable monitoring for security spi qa project

This commit disables monitoring for the qa project that tests custom realms and role providers
as monitoring can cause failures due to an accounting breaker not being reset.

See elastic/x-pack-elasticsearch#157

Original commit: elastic/x-pack-elasticsearch@f882507e85
This commit is contained in:
jaymode 2018-02-06 13:09:09 -07:00
parent 18c04c714d
commit 4731a1b56b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ integTestCluster {
setting 'xpack.security.authc.realms.native.type', 'native' setting 'xpack.security.authc.realms.native.type', 'native'
setting 'xpack.security.authc.realms.native.order', '2' setting 'xpack.security.authc.realms.native.order', '2'
setting 'xpack.ml.enabled', 'false' setting 'xpack.ml.enabled', 'false'
setting 'xpack.monitoring.enabled', 'false'
// This is important, so that all the modules are available too. // This is important, so that all the modules are available too.
// There are index templates that use token filters that are in analysis-module and // There are index templates that use token filters that are in analysis-module and