Print

Print


Author: [log in to unmask]
Date: Sat Nov  1 20:16:40 2014
New Revision: 1399

Log:
Exclude for now test that takes too long.

Modified:
    java/trunk/integration-tests/pom.xml

Modified: java/trunk/integration-tests/pom.xml
 =============================================================================
--- java/trunk/integration-tests/pom.xml	(original)
+++ java/trunk/integration-tests/pom.xml	Sat Nov  1 20:16:40 2014
@@ -30,6 +30,7 @@
                         <exclude>org/hps/EtSystemTest.java</exclude>
                         <exclude>org/hps/DataQualityMonitorTest.java</exclude>
                         <exclude>org/hps/EcalReadoutSimTest.java</exclude>
+                        <exclude>org/hps/ReconClusterICTest.java</exclude>
                     </excludes>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <trimStackTrace>true</trimStackTrace>