Author: alex.guizar(a)jboss.com
Date: 2010-08-11 10:34:42 -0400 (Wed, 11 Aug 2010)
New Revision: 6576
Modified:
jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml
Log:
JBPM-2916 exclude JBPM1952Test from db2 test suite
Modified: jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml 2010-08-11 13:56:21 UTC (rev
6575)
+++ jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml 2010-08-11 14:34:42 UTC (rev
6576)
@@ -218,7 +218,34 @@
</dependencies>
</profile>
- <!--
+ <!--
+ Name: db2
+ Desc: DB2 test exclusions
+ -->
+ <profile>
+ <id>db2</id>
+ <activation>
+ <property>
+ <name>database</name>
+ <value>db2</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- [JBPM-1952] test times out with DB2 -->
+
<exclude>org/jbpm/enterprise/jbpm1952/JBPM1952Test.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
Name: hsqldb
Desc: HSQL test exclusions
-->