diff --git a/qa/smoke-test-watcher-with-groovy/build.gradle b/qa/smoke-test-watcher-with-groovy/build.gradle index c6ee37a7556..3688a6d4a91 100644 --- a/qa/smoke-test-watcher-with-groovy/build.gradle +++ b/qa/smoke-test-watcher-with-groovy/build.gradle @@ -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' } }