NO-JIRA: remove redundant test exclude for test removed/fixed in 2016 in fa67d40b9d

This commit is contained in:
Robbie Gemmell 2022-06-09 17:08:49 +01:00
parent 9d1ffaedf9
commit 4581ea5f45
1 changed files with 0 additions and 1 deletions

View File

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