Disable nio tests since they are not working on OS X

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@494582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-01-09 21:14:59 +00:00
parent 79f326ad53
commit b21113962b
1 changed files with 3 additions and 0 deletions

View File

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