test: disable marvel for watcher with groovy tests

This commit disables marvel when running the watcher with groovy tests. Marvel creates
indices and expect the cluster to be green, which won't happen with the marvel indices
existing and expecting a replica.

See elastic/elasticsearch#1087

Original commit: elastic/x-pack-elasticsearch@8d163a53b7
This commit is contained in:
jaymode 2015-12-07 06:39:33 -05:00
parent f3fd72c9d0
commit 68e3c0a08e
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ integTest {
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')
systemProperty 'es.script.inline', 'on'
systemProperty 'es.shield.enabled', 'false'
systemProperty 'es.marvel.enabled', 'false'
}
}