[jbpm-commits] JBoss JBPM SVN: r2163 - jbpm3/trunk/modules/enterprise/jar.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 10 08:51:06 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-10 08:51:06 -0400 (Wed, 10 Sep 2008)
New Revision: 2163

Modified:
   jbpm3/trunk/modules/enterprise/jar/pom.xml
Log:
Enterprise tests still fail in Hudson

Modified: jbpm3/trunk/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/pom.xml	2008-09-10 11:20:44 UTC (rev 2162)
+++ jbpm3/trunk/modules/enterprise/jar/pom.xml	2008-09-10 12:51:06 UTC (rev 2163)
@@ -166,6 +166,14 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- https://jira.jboss.org/jira/browse/JBPM-1708 -->
+            <exclude>org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java</exclude>
+            <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
+            <exclude>org/jbpm/msg/jms/AsyncProcessingTest.java</exclude>
+          </excludes>
+        </configuration>
       </plugin>
     </plugins>
   </build>




More information about the jbpm-commits mailing list