Author: rajdavies
Date: Thu Jun 21 06:29:28 2007
New Revision: 549473

URL: http://svn.apache.org/viewvc?view=rev&rev=549473
Log:
Exclude duplex test - for now

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?view=diff&rev=549473&r1=549472&r2=549473
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu Jun 21 06:29:28 2007
@@ -334,6 +334,8 @@
 
             <!-- The NIO implemenation is not working properly on OS X.. -->
             <exclude>**/nio/**</exclude>
+             <!-- The Duplex Network isn't finished yet. -->
+             <exclude>**/DuplexNetworkTest.*/**</exclude>
 
             <exclude>**/AMQDeadlockTest3.*</exclude>
           </excludes>


Reply via email to