NO-JIRA ignoring invalid test
This commit is contained in:
parent
1b9089fc2a
commit
ff4c697e25
|
@ -44,6 +44,12 @@ public class ActiveMQServerControlUsingCoreTest extends ActiveMQServerControlTes
|
||||||
// hence this test needs to be ignored when using the core protocol for management
|
// 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
|
@Ignore
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue