Author: thomas.diesler(a)jboss.com
Date: 2009-05-09 13:57:34 -0400 (Sat, 09 May 2009)
New Revision: 88578
Modified:
projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Temporarily disable remote log against runtime (fails in hudson)
Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml 2009-05-09 13:25:16 UTC (rev 88577)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml 2009-05-09 17:57:34 UTC (rev 88578)
@@ -354,7 +354,7 @@
<!-- Exclude tests that require jboss access -->
<exclude>org/jboss/test/osgi/jbossas/**</exclude>
<!-- Temporarily disable remote log against runtime (fails in hudson)
-->
- <exclude>org/jboss/test/osgi/example/log/**</exclude>
+
<exclude>org/jboss/test/osgi/example/log/LogServiceTestCase.java</exclude>
</excludes>
</configuration>
</plugin>
@@ -362,29 +362,6 @@
</build>
</profile>
- <!--
- Name: remote-testing
- Descr: Setup for remote integration testing
- -->
- <profile>
- <id>remote-testing</id>
- <activation>
- <property>
- <name>target.container</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>
Show replies by date