mirror of https://github.com/apache/activemq.git
moved the tests across from the assembly module that can be run inside the activemq-core module
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a677c21240
commit
8cff452960
|
@ -266,6 +266,17 @@
|
|||
|
||||
<!-- http://issues.apache.org/activemq/browse/AMQ-724 -->
|
||||
<exclude>**/StompSubscriptionRemoveTest.*</exclude>
|
||||
|
||||
|
||||
<!-- m2 tests failing since move from assembly -->
|
||||
<exclude>**/TwoBrokerMulticastQueueTest.*</exclude>
|
||||
<exclude>**/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.*</exclude>
|
||||
<exclude>**/TwoBrokerQueueClientsReconnectTest.*</exclude>
|
||||
<exclude>**/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude>
|
||||
<exclude>**/QueueConsumerCloseAndReconnectTest.*</exclude>
|
||||
|
||||
<!-- TODO move to optional module... -->
|
||||
<exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue