ARTEMIS-5173 Disabling test on ControlUsingCore
This commit is contained in:
parent
812e78e713
commit
a3028f1ff9
|
@ -54,6 +54,12 @@ public class ActiveMQServerControlUsingCoreTest extends ActiveMQServerControlTes
|
||||||
// invalid test when using core protocol (noise from itself)
|
// invalid test when using core protocol (noise from itself)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Disabled
|
||||||
|
@Override
|
||||||
|
@TestTemplate
|
||||||
|
public void testListAllConsumersAsJSON() throws Exception {
|
||||||
|
// invalid test when using core protocol (noise from itself)
|
||||||
|
}
|
||||||
|
|
||||||
@Disabled
|
@Disabled
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue