Author: dgolovin
Date: 2011-08-16 18:48:44 -0400 (Tue, 16 Aug 2011)
New Revision: 33990
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
added skip property to exclude ths test from execution on hudson
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2011-08-16 22:46:23 UTC (rev
33989)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2011-08-16 22:48:44 UTC (rev
33990)
@@ -11,4 +11,17 @@
<artifactId>org.jboss.tools.ws.ui.bot.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <useUIThread>false</useUIThread>
+ <skip>${swtbot.test.skip}</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Show replies by date