diff --git a/build.xml b/build.xml
index a34e5ae4865c7362c3f849edba7633bd59cfddf4..cb4f2056131840884fd171382a0948ecb9d5810d 100644
--- a/build.xml
+++ b/build.xml
@@ -1259,10 +1259,6 @@
 		<ant dir="core/java/" target="fulltest" />
 		<ant dir="router/java/" target="fulltest" />
     </target>
-    <target name="fullclovertest" depends="buildProperties" >
-		<ant dir="core/java/" target="fullclovertest" />
-		<ant dir="router/java/" target="fullclovertest" />
-    </target>
     <!-- end unit tests -->
 
     <target name="testscripts" >