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:
parent
18c04c714d
commit
4731a1b56b
|
@ -28,6 +28,7 @@ integTestCluster {
|
|||
setting 'xpack.security.authc.realms.native.type', 'native'
|
||||
setting 'xpack.security.authc.realms.native.order', '2'
|
||||
setting 'xpack.ml.enabled', 'false'
|
||||
setting 'xpack.monitoring.enabled', 'false'
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue