Print

Print


Author: [log in to unmask]
Date: Mon Jun  1 14:09:15 2015
New Revision: 3069

Log:
Exclude broken tests.

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	Mon Jun  1 14:09:15 2015
@@ -42,6 +42,8 @@
                         <exclude>org/hps/TestRunReadoutToEvioTest.java</exclude>
                         <exclude>org/hps/ReadoutNoPileupTest.java</exclude>
                         <exclude>org/hps/SteeringFilesTest.java</exclude>
+                        <exclude>org/hps/TestRunEvioToLcioTest.java</exclude>
+                        <exclude>org/hps/TestRunReconTest.java</exclude>
                     </excludes>
 <!--                    <redirectTestOutputToFile>true</redirectTestOutputToFile> -->
                     <trimStackTrace>false</trimStackTrace>