diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 8462d9e6a585fd2b161d71159943e9d4b1e440c8..be17658dd60c2d3ad8553b4e62c3eb718e269eea 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -862,14 +862,17 @@
                     since we are not building anything for distribution in this job, 
                     we are testing compilation only, 
                     we can skip signing and normalization. 
-                    -->
+                    But, that throughs off comparator test (makes all look "different" since 
+                    differs by 3 files. Makes it hard to see if there are others differences. 
+                    So, we'll sign, for now. 
+                    
                 <property
                     name="SKIP_JAR_SIGNING"
                     value="true"/>
                 <property
                     name="normalizeJarFiles"
                     value="false"/>
-                
+                -->
             </ant>
         </schedule>
     </project>