[TEST] Only run qa cluster with ml enabled.

Relates to elastic/x-pack-elasticsearch#997

Original commit: elastic/x-pack-elasticsearch@863bf9abfe
This commit is contained in:
Martijn van Groningen 2017-04-13 10:50:03 +02:00
parent 783a552b13
commit fc06f09b91
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ dependencies {
integTestCluster {
setting 'xpack.security.enabled', 'false'
setting 'xpack.monitoring.enabled', 'false'
setting 'xpack.watcher.enabled', 'false'
setting 'xpack.ml.enabled', 'true'
numNodes = 3
distribution = 'zip'