Print

Print


Author: [log in to unmask]
Date: Fri Oct  9 11:25:23 2015
New Revision: 3831

Log:
Exclude test that Hudson does not like.

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	Fri Oct  9 11:25:23 2015
@@ -48,6 +48,9 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <skipTests>true</skipTests>
+                            <excludes>
+                                <exclude>org/hps/test/it/DataQualityMonitorTest.java</exclude>
+                            </excludes>
                         </configuration>
                     </plugin>
                 </plugins>