Print

Print


Author: [log in to unmask]
Date: Wed Jun 10 16:19:54 2015
New Revision: 3127

Log:
Exclude test from build until I get it working properly.

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	Wed Jun 10 16:19:54 2015
@@ -44,6 +44,7 @@
                         <exclude>org/hps/SteeringFilesTest.java</exclude>
                         <exclude>org/hps/TestRunEvioToLcioTest.java</exclude>
                         <exclude>org/hps/TestRunReconTest.java</exclude>
+                        <exclude>org/hps/test/it/EcalSimReconTest.java</exclude>
                     </excludes>
 <!--                    <redirectTestOutputToFile>true</redirectTestOutputToFile> -->
                     <trimStackTrace>false</trimStackTrace>