Repository: activemq Updated Branches: refs/heads/trunk 52d95ee01 -> 2842cbd5b
Skip all Joram tests on Windows because of CI hangs Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/2842cbd5 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/2842cbd5 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/2842cbd5 Branch: refs/heads/trunk Commit: 2842cbd5b610247304fab515e9609576049cffdf Parents: 52d95ee Author: Kevin Earls <[email protected]> Authored: Fri Nov 7 17:31:44 2014 +0100 Committer: Kevin Earls <[email protected]> Committed: Fri Nov 7 17:31:44 2014 +0100 ---------------------------------------------------------------------- activemq-amqp/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/2842cbd5/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 8630e43..c7d7c33 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -191,6 +191,8 @@ <excludes combine.children="append"> <exclude>**/JoramJmsTest.*</exclude> <exclude>**/JoramJmsNioTest.*</exclude> + <exclude>**/JoramSslTest.*</exclude> + <exclude>**/JoramJmsNioPlusSslTest.*</exclude> </excludes> </configuration> </plugin>
