disable failing tests on some platforms

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-02-28 16:23:15 +00:00
parent 3f2c18dbfe
commit e434c1306c
1 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,11 @@
<includes>
<include>**/*Test.*</include>
</includes>
<excludes>
<!-- disable failing tests on some platforms -->
<exclude>**/ClusterTest.*</exclude>
<exclude>**/ClusterFunctionTest.*</exclude>
</excludes>
</unitTest>
<resources>