ARTEMIS-4253 Disabling invalid management test over core protocol
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in New Issue