Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1409#discussion_r128123382
--- Diff: tests/activemq5-unit-tests/pom.xml ---
@@ -460,6 +460,8 @@
<exclude>**/org/apache/activemq/ProducerFlowControlTest.java</exclude>
<!-- exclude tests that are on client side only -->
<exclude>**/org/apache/activemq/transport/tcp/TransportConnectorInvalidSocketOptionsTest.java</exclude>
+ <!-- exclude tests for features not implemented in
Artemis -->
+
<exclude>**/org/apache/activemq/MessageEvictionTest.java</exclude>
--- End diff --
why not just remove the test?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---