Author: gtully
Date: Sun May 24 12:07:36 2009
New Revision: 778124
URL: http://svn.apache.org/viewvc?rev=778124&view=rev
Log:
disable nio test pending investigation
Modified:
activemq/trunk/activemq-core/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=778124&r1=778123&r2=778124&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Sun May 24 12:07:36 2009
@@ -454,6 +454,8 @@
<!-- The NIO implemenation is not working properly on OS X.. -->
<exclude>**/nio/**</exclude>
+ <exclude>**/NioQueueSubscriptionTest.*/</exclude>
+
<!-- A test used for memory profiling only. -->
<exclude>**/NetworkConnectionsCleanedupTest.*/**</exclude>