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 ff4c697e25 NO-JIRA ignoring invalid test
ff4c697e25 is described below

commit ff4c697e256b9fc2d924b7299bd5d50eb8c0252c
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Thu May 25 20:04:14 2023 -0400

    NO-JIRA ignoring invalid test
---
 .../integration/management/ActiveMQServerControlUsingCoreTest.java  | 6 ++++++
 1 file changed, 6 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 b327a0cea4..5cb2cc98d6 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
@@ -44,6 +44,12 @@ public class ActiveMQServerControlUsingCoreTest extends 
ActiveMQServerControlTes
       // hence this test needs to be ignored when using the core protocol for 
management
    }
 
+   @Override
+   @Ignore
+   public void testListProducersMessageCounts() throws Exception {
+      // invalid test when using core protocol (noise from itself)
+   }
+
 
    @Ignore
    @Override

Reply via email to