You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/01/09 22:14:59 UTC

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

Author: chirino
Date: Tue Jan  9 13:14:59 2007
New Revision: 494582

URL: http://svn.apache.org/viewvc?view=rev&rev=494582
Log:
Disable nio tests since they are not working on OS X

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

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?view=diff&rev=494582&r1=494581&r2=494582
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Tue Jan  9 13:14:59 2007
@@ -255,6 +255,9 @@
             <!-- http://issues.apache.org/activemq/browse/AMQ-1027 -->
             <exclude>**/FailoverConsumerTest.*</exclude>
 
+            <!-- The NIO implemenation is not working properly on OS X.. -->
+            <exclude>**/nio/**</exclude>
+
           </excludes>
         </configuration>
       </plugin>