1
0
mirror of https://github.com/apache/activemq-artemis.git synced 2025-02-15 22:45:56 +00:00

ARTEMIS-4253 Disabling invalid management test over core protocol

This commit is contained in:
Clebert Suconic 2023-05-01 11:06:35 -04:00
parent acd6605ebf
commit 0c80a6435f

@ -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 {