Author: alex.guizar(a)jboss.com
Date: 2008-09-29 19:18:59 -0400 (Mon, 29 Sep 2008)
New Revision: 2442
Modified:
jbpm3/trunk/modules/core/pom.xml
Log:
[JBPM-1764] excluding JobExecutorDbTest from Sybase test suite
Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml 2008-09-29 19:56:05 UTC (rev 2441)
+++ jbpm3/trunk/modules/core/pom.xml 2008-09-29 23:18:59 UTC (rev 2442)
@@ -369,6 +369,8 @@
<exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
<!--
https://jira.jboss.org/jira/browse/JBPM-1724 -->
<exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
+ <!--
https://jira.jboss.org/jira/browse/JBPM-1764 -->
+ <exclude>org/jbpm/job/executor/JobExecutorDbTest</exclude>
</excludes>
</configuration>
</plugin>