Author: dgolovin
Date: 2010-06-04 18:45:46 -0400 (Fri, 04 Jun 2010)
New Revision: 22576
Modified:
trunk/struts/tests/org.jboss.tools.struts.ui.bot.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
skip struts swtbot tests for a while
Modified: trunk/struts/tests/org.jboss.tools.struts.ui.bot.test/pom.xml
===================================================================
--- trunk/struts/tests/org.jboss.tools.struts.ui.bot.test/pom.xml 2010-06-04 22:36:22 UTC
(rev 22575)
+++ trunk/struts/tests/org.jboss.tools.struts.ui.bot.test/pom.xml 2010-06-04 22:45:46 UTC
(rev 22576)
@@ -11,4 +11,15 @@
<artifactId>org.jboss.tools.struts.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>