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
1 changed files with 5 additions and 2 deletions

View File

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