Repository: activemq-artemis Updated Branches: refs/heads/master 4b79ddb0b -> b1f1c5a96
Exclude 2 activemq5 openwire tests that purely test on client side Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/99db9f1c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/99db9f1c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/99db9f1c Branch: refs/heads/master Commit: 99db9f1cbda3ead802768073ea4066ae47f8a82b Parents: 4b79ddb Author: Howard Gao <[email protected]> Authored: Wed Aug 26 19:54:19 2015 +0800 Committer: Howard Gao <[email protected]> Committed: Wed Aug 26 19:54:19 2015 +0800 ---------------------------------------------------------------------- tests/activemq5-unit-tests/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/99db9f1c/tests/activemq5-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 58c3dc0..c046bcf 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -402,6 +402,9 @@ <!-- exclude tests that can cause hang --> <exclude>**/org/apache/activemq/PerDestinationStoreLimitTest.java</exclude> <exclude>**/org/apache/activemq/ProducerFlowControlTest.java</exclude> + <!-- exclude tests that are on client side only --> + <exclude>**/org/apache/activemq/transport/tcp/TransportConnectorInvalidSocketOptionsTest.java</exclude> + <exclude>**/org/apache/activemq/transport/tcp/TransportUriTest.java</exclude> </excludes> </configuration> </plugin>
