You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/06/06 08:54:10 UTC

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

Author: davsclaus
Date: Sat Jun  6 06:54:10 2009
New Revision: 782195

URL: http://svn.apache.org/viewvc?rev=782195&view=rev
Log:
Disabled unit test that causes TC to hang because of a spring jms bug.

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

Modified: camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=782195&r1=782194&r2=782195&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/pom.xml (original)
+++ camel/trunk/tests/camel-itest/pom.xml Sat Jun  6 06:54:10 2009
@@ -175,7 +175,7 @@
                     <forkMode>pertest</forkMode>
                     <excludes>
                       <!-- TODO FIXME ASAP -->
-                      <exclude>**/XXXTest.*</exclude>
+                      <exclude>**/CustomerServicesWsAddressingTest.*</exclude>
                     </excludes>
                 </configuration>
             </plugin>