This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new ef25108a25 NO-JIRA Ignoring test on ActiveMQServerControlUnitCoreTest
ef25108a25 is described below
commit ef25108a25f93d05687ea9c63d3f317667a2b27d
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Jul 17 18:28:14 2025 -0400
NO-JIRA Ignoring test on ActiveMQServerControlUnitCoreTest
testListConnectionsCoreClientID The unit test will create a connection
to communicate to the controller, what could eventually affect
assertions, hence this needs to be ignored.
---
.../management/ActiveMQServerControlUsingCoreTest.java | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java
index aef8f11ccf..b37cab4b33 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java
@@ -37,6 +37,16 @@ public class ActiveMQServerControlUsingCoreTest extends
ActiveMQServerControlTes
extraProducers = 1;
}
+
+ @Disabled
+ @Override
+ @TestTemplate
+ public void testListConnectionsCoreClientID() throws Exception {
+ // noise from the connector itself could affect test results,
+ // hence this test is being disabled
+ }
+
+
@Disabled
@Override
@TestTemplate
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact