[jboss-cvs] JBossAS SVN: r84870 - projects/jboss-osgi/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 27 06:54:29 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-27 06:54:29 -0500 (Fri, 27 Feb 2009)
New Revision: 84870

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Temporarily exclude EndpointServiceTestCase

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-02-27 11:08:49 UTC (rev 84869)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-02-27 11:54:29 UTC (rev 84870)
@@ -147,6 +147,10 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <argLine>${surefire.security.args}</argLine>
+              <excludes>
+                <!-- Temporarily exclude EndpointServiceTestCase -->
+                <exclude>org/jboss/test/osgi/service/http/junit/EndpointServiceTestCase.java</exclude>
+              </excludes>
             </configuration>
           </plugin>
         </plugins>




More information about the jboss-cvs-commits mailing list