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 0c80a6435f ARTEMIS-4253 Disabling invalid management test over core
protocol
0c80a6435f is described below
commit 0c80a6435fd76bfe06f920c3e3103850944d53f3
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon May 1 11:06:35 2023 -0400
ARTEMIS-4253 Disabling invalid management test over core protocol
---
.../integration/management/ActiveMQServerControlUsingCoreTest.java | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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 45eaf155e7..b327a0cea4 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
@@ -78,8 +78,11 @@ public class ActiveMQServerControlUsingCoreTest extends
ActiveMQServerControlTes
// test would be invalid over core protocol
}
-
-
+ @Ignore
+ @Override
+ public void testListProducersMessageCountsJMSCore() throws Exception {
+ // test would be invalid over core protocol
+ }
@Override
protected ActiveMQServerControl createManagementControl() throws Exception {