NO-JIRA ignoring invalid test

This commit is contained in:
Clebert Suconic 2023-05-25 20:04:14 -04:00
parent 1b9089fc2a
commit ff4c697e25
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ public class ActiveMQServerControlUsingCoreTest extends ActiveMQServerControlTes
// 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
@Override