Author: dgolovin
Date: 2011-08-16 18:15:16 -0400 (Tue, 16 Aug 2011)
New Revision: 33986
Modified:
trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml
Log:
added skip attribute to exclude swt bot test from test execution
Modified: trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml 2011-08-16 22:12:19 UTC
(rev 33985)
+++ trunk/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml 2011-08-16 22:15:16 UTC
(rev 33986)
@@ -25,6 +25,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<useUIThread>false</useUIThread>
+ <skip>${swtbot.test.skip}</skip>
<product>org.eclipse.sdk.ide</product>
<dependencies>
<dependency>
Show replies by date