Author: dgolovin
Date: 2011-08-16 18:49:54 -0400 (Tue, 16 Aug 2011)
New Revision: 33991
Modified:
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
Log:
added skip property to exclude ths test from execution on hudson
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml 2011-08-16
22:48:44 UTC (rev 33990)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml 2011-08-16
22:49:54 UTC (rev 33991)
@@ -15,4 +15,17 @@
<emma.filter>org.jboss.tools.modeshape.rest.ui*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.modeshape.rest</emma.instrument.bundles>
</properties>
+
+<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