NO-JIRA: remove redundant test exclude for test removed/fixed in 2016 in fa67d40b9d
This commit is contained in:
parent
9d1ffaedf9
commit
4581ea5f45
|
@ -562,7 +562,6 @@
|
|||
<configuration>
|
||||
<skipTests>${skipIntegrationTests}</skipTests>
|
||||
<excludes>
|
||||
<exclude>**/ReplicatedJMSFailoverTest.java</exclude>
|
||||
<exclude>org.apache.activemq/tests/util/*.java</exclude>
|
||||
</excludes>
|
||||
<argLine>-Djgroups.bind_addr=::1 ${activemq-surefire-argline} ${its-surefire-extra-args} -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="java.lang,javax.security,java.util,org.apache.activemq,org.fusesource.hawtbuf"</argLine>
|
||||
|
|
Loading…
Reference in New Issue