Author: andrei_exadel
Date: 2008-12-04 09:41:35 -0500 (Thu, 04 Dec 2008)
New Revision: 11547
Modified:
trunk/test-applications/seleniumTest/richfaces/pom.xml
Log:
avoid test running twice
Modified: trunk/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml 2008-12-04 14:12:13 UTC (rev
11546)
+++ trunk/test-applications/seleniumTest/richfaces/pom.xml 2008-12-04 14:41:35 UTC (rev
11547)
@@ -75,7 +75,7 @@
<execution>
<phase>integration-test</phase>
<goals>
- <goal>test</goal>
+ <!--goal>test</goal-->
</goals>
<configuration>
<skip>false</skip>
Show replies by date