Author: sohil.shah(a)jboss.com
Date: 2008-04-04 17:38:18 -0400 (Fri, 04 Apr 2008)
New Revision: 10505
Modified:
modules/test/trunk/remote/pom.xml
Log:
deactivating selenium integration test until browser location etc is parametrized. without
that, hudson build is breaking and only works locally
Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml 2008-04-04 20:59:24 UTC (rev 10504)
+++ modules/test/trunk/remote/pom.xml 2008-04-04 21:38:18 UTC (rev 10505)
@@ -100,6 +100,8 @@
</dependency>
</dependencies>
+ <!-- DeActivating Selenium integration test until the Selenium Tests are
parametrized with proper pointers to firefox -->
+ <!--
<build>
<plugins>
<plugin>
@@ -142,7 +144,6 @@
<artifactId>jboss-unit-tooling-core</artifactId>
<version>${project.version}</version>
</dependency>
- <!--stuff to run servers for tests-->
<dependency>
<groupId>cargo</groupId>
<artifactId>cargo-ant</artifactId>
@@ -188,6 +189,7 @@
</plugin>
</plugins>
</build>
+ -->
<properties>
</properties>