mirror of https://github.com/apache/activemq.git
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:
parent
3f2c18dbfe
commit
e434c1306c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue