Print

Print


Author: [log in to unmask]
Date: Tue Feb 10 04:58:34 2015
New Revision: 2091

Log:
Exclude test which seems to have a problem with downloaded data file (malformed URL exception).

Modified:
    java/trunk/evio/pom.xml

Modified: java/trunk/evio/pom.xml
 =============================================================================
--- java/trunk/evio/pom.xml	(original)
+++ java/trunk/evio/pom.xml	Tue Feb 10 04:58:34 2015
@@ -29,6 +29,7 @@
                 <configuration>
                     <excludes>
                         <exclude>org/hps/evio/LCSimEngRunEventBuilderTest.java</exclude>
+                        <exclude>org/hps/evio/SvtEvioReaderTest.java</exclude>
                     </excludes>
                     <trimStackTrace>true</trimStackTrace>
                 </configuration>