You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/08/11 00:23:06 UTC

svn commit: r684605 - /continuum/trunk/continuum-core/pom.xml

Author: olamy
Date: Sun Aug 10 15:23:03 2008
New Revision: 684605

URL: http://svn.apache.org/viewvc?rev=684605&view=rev
Log:
disable tests which are not tested something in continuum

Modified:
    continuum/trunk/continuum-core/pom.xml

Modified: continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-core/pom.xml?rev=684605&r1=684604&r2=684605&view=diff
==============================================================================
--- continuum/trunk/continuum-core/pom.xml (original)
+++ continuum/trunk/continuum-core/pom.xml Sun Aug 10 15:23:03 2008
@@ -292,6 +292,16 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- this test only test cancelling Taskqueue implementation from plexus-task -->
+            <exclude>**/BuildProjectTaskExecutorTest.*</exclude>
+          </excludes>
+        </configuration>        
+      </plugin>
     </plugins>
   </build>
   <profiles>