Update for AMQ-5242, exclude tests that hang on AIX

This commit is contained in:
Kevin Earls 2014-07-10 11:12:28 +02:00
parent 13581c9aac
commit 11185c205e
1 changed files with 3 additions and 1 deletions

View File

@ -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>