You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/08/10 11:42:42 UTC

svn commit: r430339 - /incubator/servicemix/trunk/servicemix-components/pom.xml

Author: foconer
Date: Thu Aug 10 02:42:41 2006
New Revision: 430339

URL: http://svn.apache.org/viewvc?rev=430339&view=rev
Log:
Excluded MPSSettingTest from unit test because it hangs (https://issues.apache.org/activemq/browse/SM-529).

Modified:
    incubator/servicemix/trunk/servicemix-components/pom.xml

Modified: incubator/servicemix/trunk/servicemix-components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-components/pom.xml?rev=430339&r1=430338&r2=430339&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/pom.xml Thu Aug 10 02:42:41 2006
@@ -256,7 +256,10 @@
             <exclude>**/BinaryFileTest.*</exclude>
             <exclude>**/FileTest.*</exclude>
             <exclude>**/CounterMonitorComponentTest.*</exclude>
-          </excludes>
+	    <!-- https://issues.apache.org/activemq/browse/SM-529 -->
+	    <exclude>**/MPSSettingTest.*</exclude>
+          
+	  </excludes>
         </configuration>
       </plugin>
     </plugins>