Print

Print


Author: [log in to unmask]
Date: Sat Jan  3 18:10:46 2015
New Revision: 1845

Log:
Do not run any tracking tests for now.  Whatever these do is covered by integration tests.

Modified:
    java/trunk/tracking/pom.xml

Modified: java/trunk/tracking/pom.xml
 =============================================================================
--- java/trunk/tracking/pom.xml	(original)
+++ java/trunk/tracking/pom.xml	Sat Jan  3 18:10:46 2015
@@ -22,11 +22,12 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <excludes>
-                        <exclude>org/hps/recon/tracking/TruthResidualTest.java</exclude>
-                        <exclude>org/hps/recon/tracking/TrackRecoFromScratchTest.java</exclude>
+                        <exclude>org/hps/recon/tracking/**/**.java</exclude>
                         <!-- Test input LCIO file is missing for next two. -->
+                        <!--
                         <exclude>org/hps/recon/tracking/TestRunTrackReconTest.java</exclude>
                         <exclude>org/hps/recon/tracking/HelicalTrackHitDriverTest.java</exclude>
+                        -->
                     </excludes>
                 </configuration>
             </plugin>