remove adding groovy as an explicit module in watcher qa test
Original commit: elastic/x-pack-elasticsearch@2e7e3cfd94
This commit is contained in:
parent
b63bb69cff
commit
b56aa9064d
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue