[jbossws-commits] JBossWS SVN: r15777 - stack/native/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 28 10:05:49 EST 2012


Author: ropalka
Date: 2012-02-28 10:05:49 -0500 (Tue, 28 Feb 2012)
New Revision: 15777

Modified:
   stack/native/trunk/modules/testsuite/pom.xml
Log:
[AS7-3946] excluding tests

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-02-28 15:00:44 UTC (rev 15776)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-02-28 15:05:49 UTC (rev 15777)
@@ -1268,6 +1268,8 @@
                  <!-- # unpackaged EAR deployment failure -->
                  <exclude>org/jboss/test/ws/jaxrpc/jbws358/JBWS358TestCase*</exclude>
 
+                 <!-- # [AS7-3946] waiting for jboss metadata 7.0.1.Final upgrade -->
+                 <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list