remove adding groovy as an explicit module in watcher qa test

Original commit: elastic/x-pack-elasticsearch@2e7e3cfd94
This commit is contained in:
Ryan Ernst 2015-12-03 23:09:31 -08:00
parent b63bb69cff
commit b56aa9064d
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ integTest {
cluster {
plugin 'license', project(':x-plugins:license:plugin')
plugin 'watcher', project(':x-plugins:watcher')
// TODO: fix this once modules are not allowed to be installed with bin/plugin...
plugin 'groovy', project(':modules:lang-groovy')
systemProperty 'es.script.inline', 'on'
}
}