diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 2e6176f3ba26ccffd507e6897edf5e95e64a6b40..d06396268bd88a6d4ccb5f528e183a879f6569fb 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -122,8 +122,9 @@
         </schedule>
     </project>
 
-    <!--
-        <property
+    <!-- skipCleanBuild causes the most recent build 
+         to be re-used to do the Unit Tests 
+    <property
         name="skipCleanBuild"
         value="yes" />
     -->
@@ -382,9 +383,6 @@
                 <property
                     name="build.pack-all-in-one"
                     value="true" />
-                <property
-                    name="skipCleanBuild"
-                    value="yes" />
             </ant>
         </schedule>
     </project>