[jbpm-commits] JBoss JBPM SVN: r4093 - jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Feb 28 20:59:00 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-02-28 20:59:00 -0500 (Sat, 28 Feb 2009)
New Revision: 4093

Modified:
   jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml
Log:
exclude JBPM1952Test from the PostgreSQL suite

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml	2009-02-28 23:38:45 UTC (rev 4092)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml	2009-03-01 01:59:00 UTC (rev 4093)
@@ -304,6 +304,12 @@
         <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <!-- [JBPM-1952] SOSE in async fork fails -->
+                <exclude>org/jbpm/enterprise/jbpm1952/JBPM1952Test.java</exclude>
+              </excludes>
+            </configuration>
           </plugin>
         </plugins>
       </build>




More information about the jbpm-commits mailing list