Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1893#discussion_r170359387
--- Diff:
tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/MessageConsumerTest.java
---
@@ -2285,7 +2286,6 @@ public void run() {
}
}
- // This is commented out until http://
jira.jboss.com/jira/browse/JBMESSAGING-983 is complete
@Test
public void testStopConnectionDuringOnMessage() throws Exception {
--- End diff --
This is a very old test... probably there's another similar test on our
testsuite already.
Perhaps you could check if there is another test doing this already and
close this?
---