mirror of https://github.com/apache/activemq.git
Update for AMQ-5242, exclude tests that hang on AIX
This commit is contained in:
parent
13581c9aac
commit
11185c205e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue