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

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Sep 20 05:15:20 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-20 05:15:20 -0400 (Sat, 20 Sep 2008)
New Revision: 2303

Modified:
   jbpm3/trunk/modules/enterprise/jar/pom.xml
Log:
[JBPM-1709] Exclude because of sporadic failure

Modified: jbpm3/trunk/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/pom.xml	2008-09-20 08:55:46 UTC (rev 2302)
+++ jbpm3/trunk/modules/enterprise/jar/pom.xml	2008-09-20 09:15:20 UTC (rev 2303)
@@ -175,6 +175,8 @@
           <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/JmsMessageTest.java</exclude>
           </excludes>
         </configuration>
       </plugin>




More information about the jbpm-commits mailing list