Print

Print


Author: [log in to unmask]
Date: Tue Mar 17 13:24:08 2015
New Revision: 2473

Log:
Excluding the SVT EVIO reader test for now.

Modified:
    java/trunk/evio/pom.xml

Modified: java/trunk/evio/pom.xml
 =============================================================================
--- java/trunk/evio/pom.xml	(original)
+++ java/trunk/evio/pom.xml	Tue Mar 17 13:24:08 2015
@@ -29,6 +29,8 @@
                 <configuration>
                     <excludes>
                         <exclude>org/hps/evio/LCSimEngRunEventBuilderTest.java</exclude>
+                        <exclude>org/hps/evio/SvtEvioReaderTest.java</exclude>
+                        <exclude>org/hps/evio/TestRunSvtEvioReaderTest.java</exclude>
                     </excludes>
                     <trimStackTrace>true</trimStackTrace>
                 </configuration>