[jbpm-commits] JBoss JBPM SVN: r2854 - jbpm3/branches/tdiesler/modules/enterprise/jar.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 10:06:30 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 10:06:30 -0500 (Mon, 10 Nov 2008)
New Revision: 2854

Modified:
   jbpm3/branches/tdiesler/modules/enterprise/jar/pom.xml
Log:
Exclude intermitent failing enterprise tests

Modified: jbpm3/branches/tdiesler/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/tdiesler/modules/enterprise/jar/pom.xml	2008-11-10 14:58:45 UTC (rev 2853)
+++ jbpm3/branches/tdiesler/modules/enterprise/jar/pom.xml	2008-11-10 15:06:30 UTC (rev 2854)
@@ -258,8 +258,10 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
+                <!-- [JBPM-1708] Enterprise EjbSchedulerTest fails -->
                 <exclude>org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java</exclude>
+                <!-- [JBPM-1811] JmsMessageTest fails intermitently on HSQLDB -->
+                <exclude>org/jbpm/msg/jms/JmsMessageTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -285,8 +287,10 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
+                <!-- [JBPM-1708] Enterprise EjbSchedulerTest fails -->
                 <exclude>org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java</exclude>
+                <!-- [JBPM-1811] JmsMessageTest fails intermitently on HSQLDB -->
+                <exclude>org/jbpm/msg/jms/JmsMessageTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>




More information about the jbpm-commits mailing list