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:
parent
f3fd72c9d0
commit
68e3c0a08e
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue