clebertsuconic commented on code in PR #4445:
URL: https://github.com/apache/activemq-artemis/pull/4445#discussion_r1176615195
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java:
##########
@@ -37,35 +36,45 @@ public ActiveMQServerControlUsingCoreTest(boolean
legacyCreateQueue) {
}
@Override
- @Test
+ @Ignore
public void testListProducersAgainstServer() throws Exception {
- // have to disable this test, as it's dealing with producers objects.
- // the test itself will be using a producer to manage the server.
- // so the test will include noise and it might fail occasionally
- Assume.assumeTrue(false);
}
- // ActiveMQServerControlTest overrides --------------------------
+
+
+ @Ignore
+ @Override
+ public void testListSessions() throws Exception {
+ // similarly to testListProducersAgainstServer test,
+ // this test will have different objecgs created when running over core,
+ // what may introduce noise to the test
Review Comment:
fixed and moved it to its own PR:
https://github.com/apache/activemq-artemis/pull/4450
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]