diff --git a/x-pack/plugin/enrich/build.gradle b/x-pack/plugin/enrich/build.gradle index 72a2f6f0b9b..5d40ad3ff6d 100644 --- a/x-pack/plugin/enrich/build.gradle +++ b/x-pack/plugin/enrich/build.gradle @@ -14,9 +14,6 @@ dependencies { testCompile project(path: xpackModule('core'), configuration: 'testArtifacts') testCompile project(path: ':modules:ingest-common') testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts') - if (isEclipse) { - testCompile project(path: xpackModule('core-tests'), configuration: 'testArtifacts') - } } // No real integ tests in the module: