mirror of https://github.com/apache/activemq.git
magical combination of excluded tests so that the build works on m2
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d818262a1d
commit
eaad2f96f9
|
@ -207,6 +207,7 @@
|
|||
<forkMode>pertest</forkMode>
|
||||
<childDelegation>false</childDelegation>
|
||||
<useFile>true</useFile>
|
||||
<argLine>-Xmx512M</argLine>
|
||||
<includes>
|
||||
<include>**/*Test.*</include>
|
||||
</includes>
|
||||
|
@ -245,10 +246,13 @@
|
|||
<exclude>**/MulticastTransportTest.*</exclude>
|
||||
|
||||
<exclude>**/MulticastNetworkTest.*</exclude>
|
||||
<exclude>**/TransactedTopicMasterSlaveTest.*</exclude>
|
||||
<exclude>**/UnreliableUdpTransportTest.*</exclude>
|
||||
<exclude>**/KahaXARecoveryBrokerTest.*</exclude>
|
||||
<exclude>**/QuickJournalRecoveryBrokerTest.*</exclude>
|
||||
<exclude>**/SslTransportBrokerTest.*</exclude>
|
||||
|
||||
<!-- this one is a little flaky and can fail on some platforms randomly -->
|
||||
<exclude>**/QuickJournalRecoveryBrokerTest.*</exclude>
|
||||
<exclude>**/RendezvousDiscoverTransportTest.*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue