Author: dgolovin
Date: 2011-08-16 18:45:00 -0400 (Tue, 16 Aug 2011)
New Revision: 33988
Modified:
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml
Log:
added skip property to exclude ths test from execution on hudson
Modified: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml
===================================================================
--- trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml 2011-08-16 22:40:41 UTC (rev
33987)
+++ trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml 2011-08-16 22:45:00 UTC (rev
33988)
@@ -10,4 +10,17 @@
<artifactId>org.jboss.tools.bpel.ui.bot.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<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>
Show replies by date