You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/02/06 17:04:50 UTC

svn commit: r619044 - /activemq/camel/trunk/tests/camel-itest/pom.xml

Author: hadrian
Date: Wed Feb  6 08:04:47 2008
New Revision: 619044

URL: http://svn.apache.org/viewvc?rev=619044&view=rev
Log:
Temporarily disable failing tests.

Modified:
    activemq/camel/trunk/tests/camel-itest/pom.xml

Modified: activemq/camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest/pom.xml?rev=619044&r1=619043&r2=619044&view=diff
==============================================================================
--- activemq/camel/trunk/tests/camel-itest/pom.xml (original)
+++ activemq/camel/trunk/tests/camel-itest/pom.xml Wed Feb  6 08:04:47 2008
@@ -126,6 +126,11 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>pertest</forkMode>
+          <excludes>
+            <exclude>**/JmsPerformanceTest.*</exclude>
+            <exclude>**/JmsIntegrationTest.*</exclude>
+            <exclude>**/JmsMediumQueuePerformanceTest.*</exclude>
+          </excludes>
         </configuration>
       </plugin>