Author: alex.guizar(a)jboss.com
Date: 2009-11-18 22:04:23 -0500 (Wed, 18 Nov 2009)
New Revision: 282
Modified:
trunk/integration-tests/pom.xml
Log:
RIFTSAW-34: exclude purchase test case until integration tests run locally
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2009-11-19 02:53:57 UTC (rev 281)
+++ trunk/integration-tests/pom.xml 2009-11-19 03:04:23 UTC (rev 282)
@@ -279,6 +279,7 @@
<!--
https://jira.jboss.org/jira/browse/RIFTSAW-34 -->
<excludes>
<exclude>org/jboss/soa/bpel/tests/samples/QuickstartBPELAtmTestCase.java</exclude>
+
<exclude>org/jboss/soa/bpel/tests/samples/QuickstartBPELPurchaseTestCase.java</exclude>
</excludes>
</configuration>
<executions>