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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 1 10:01:56 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-01 10:01:56 -0400 (Mon, 01 Sep 2008)
New Revision: 2059

Modified:
   jbpm3/trunk/modules/enterprise/pom.xml
Log:
Disable failing tests

Modified: jbpm3/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/pom.xml	2008-09-01 13:52:15 UTC (rev 2058)
+++ jbpm3/trunk/modules/enterprise/pom.xml	2008-09-01 14:01:56 UTC (rev 2059)
@@ -151,6 +151,18 @@
           </excludes>
         </configuration>
       </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>
+            <exclude>org/jbpm/msg/jms/AsyncProcessingTest.java</exclude>
+            <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
+            <exclude>org/jbpm/persistence/jta/JtaDbPersistenceTest.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list