Repository: activemq Updated Branches: refs/heads/trunk 13581c9aa -> 11185c205
Update for AMQ-5242, exclude tests that hang on AIX Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/11185c20 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/11185c20 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/11185c20 Branch: refs/heads/trunk Commit: 11185c205e29a27b517584b8e360d5f3c824c908 Parents: 13581c9 Author: Kevin Earls <[email protected]> Authored: Thu Jul 10 11:12:28 2014 +0200 Committer: Kevin Earls <[email protected]> Committed: Thu Jul 10 11:12:28 2014 +0200 ---------------------------------------------------------------------- activemq-stomp/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/11185c20/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index 36321a5..0e9c6f7 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -207,7 +207,9 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes combine.children="append"> - <exclude>**/Stomp*.*</exclude> + <exclude>**/Stomp11*.*</exclude> + <exclude>**/Stomp12*.*</exclude> + <exclude>**/Stomp*LoadTest.*</exclude> </excludes> </configuration> </plugin>
