You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/11/15 15:29:13 UTC

svn commit: r595313 - /activemq/camel/trunk/camel-core/pom.xml

Author: jstrachan
Date: Thu Nov 15 06:29:12 2007
New Revision: 595313

URL: http://svn.apache.org/viewvc?rev=595313&view=rev
Log:
disabled test case until https://issues.apache.org/activemq/browse/CAMEL-223 is fixed

Modified:
    activemq/camel/trunk/camel-core/pom.xml

Modified: activemq/camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/pom.xml?rev=595313&r1=595312&r2=595313&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/pom.xml (original)
+++ activemq/camel/trunk/camel-core/pom.xml Thu Nov 15 06:29:12 2007
@@ -133,6 +133,10 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>pertest</forkMode>
+          <excludes>
+            <!-- TODO fix ASAP! -->
+            <exclude>**/AlbertoAggregatorTest.*</exclude>
+          </excludes>
         </configuration>
       </plugin>