Exclude duplex test - for now

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@549473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-06-21 13:29:28 +00:00
parent 76f573754b
commit 9c2f043a65
1 changed files with 2 additions and 0 deletions

View File

@ -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>