[jboss-cvs] JBossAS SVN: r57181 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 04:14:11 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-26 04:14:09 -0400 (Tue, 26 Sep 2006)
New Revision: 57181

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
JBAS-3699, don't run webservices tests

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-09-26 07:06:23 UTC (rev 57180)
+++ branches/Branch_4_0/testsuite/build.xml	2006-09-26 08:14:09 UTC (rev 57181)
@@ -807,7 +807,7 @@
     <antcall target="tests-jacc-securitymgr"/>
     <antcall target="tests-jacc-security-external"/>
     <antcall target="tests-compatibility"/>
-    <antcall target="tests-webservice-ssl"/>
+    <!-- <antcall target="tests-webservice-ssl"/> -->
     <antcall target="tests-unified"/>
     <antcall target="tests-aop-scoped"/>
     <antcall target="tests-report"/>
@@ -958,7 +958,7 @@
     <antcall target="tests-jbossmx-performance"/>
     <antcall target="tests-iiop"/>
     <antcall target="tests-scout-jaxr"/>
-    <antcall target="tests-webservice"/>
+    <!-- <antcall target="tests-webservice"/> -->
     <antcall target="tests-txtimer"/>
     <server:stop name="all"/>
   </target>




More information about the jboss-cvs-commits mailing list