[jboss-cvs] JBossAS SVN: r100650 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 5 22:08:57 EST 2010
Author: bstansberry at jboss.com
Date: 2010-02-05 22:08:57 -0500 (Fri, 05 Feb 2010)
New Revision: 100650
Modified:
trunk/testsuite/build.xml
Log:
[JBAS-7680] Disable tests-web-profile
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2010-02-06 02:46:50 UTC (rev 100649)
+++ trunk/testsuite/build.xml 2010-02-06 03:08:57 UTC (rev 100650)
@@ -1246,7 +1246,10 @@
<antcall target="tests-aop-scoped" inheritRefs="true"/>
<antcall target="jrmp-invoker-tests" inheritRefs="true"/>
<antcall target="tests-clustered-profileservice" inheritRefs="true"/>
+ <!-- JBAS-7680 the current 'web' profile is not an EE6 web profile
+ and doesn't include JPA, so these WebJPA tests are disabled
<antcall target="tests-web-profile" inheritRefs="true"/>
+ -->
<antcall target="tests-jts" inheritRefs="true"/>
<antcall target="tests-jacc-security" inheritRefs="true"/>
More information about the jboss-cvs-commits
mailing list