You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/30 10:41:33 UTC

svn commit: r426875 - /incubator/activemq/trunk/activeio/activeio-core/pom.xml

Author: jstrachan
Date: Sun Jul 30 01:41:32 2006
New Revision: 426875

URL: http://svn.apache.org/viewvc?rev=426875&view=rev
Log:
disabled test case which seems to repeatedly fail on linux

Modified:
    incubator/activemq/trunk/activeio/activeio-core/pom.xml

Modified: incubator/activemq/trunk/activeio/activeio-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activeio/activeio-core/pom.xml?rev=426875&r1=426874&r2=426875&view=diff
==============================================================================
--- incubator/activemq/trunk/activeio/activeio-core/pom.xml (original)
+++ incubator/activemq/trunk/activeio/activeio-core/pom.xml Sun Jul 30 01:41:32 2006
@@ -53,6 +53,9 @@
           <excludes>
             <!-- This test often hangs -->
             <exclude>**/ChannelFactoryTest.*</exclude>
+            
+            <!-- This test often fails on unix -->
+            <exclude>**/NIOAsyncChannelTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>