Author: ningjiang
Date: Wed Jun 18 00:33:45 2008
New Revision: 669100
URL: http://svn.apache.org/viewvc?rev=669100&view=rev
Log:
Excluded the DataSetSedaTest, for it is still fail in Bamboo and my windows box
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=669100&r1=669099&r2=669100&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/pom.xml (original)
+++ activemq/camel/trunk/camel-core/pom.xml Wed Jun 18 00:33:45 2008
@@ -123,6 +123,7 @@
<forkMode>pertest</forkMode>
<excludes>
<!-- TODO FIXME ASAP -->
+ <exclude>**/DataSetSedaTest.*</exclude>
<exclude>**/InterceptorLogTest.*</exclude>
</excludes>
</configuration>