mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
Added overridden no-op version of testSendReceive, see AMQ-4975
This commit is contained in:
parent
5e42bd64bc
commit
e56c062f27
@ -72,4 +72,9 @@ public class DbRestartJDBCQueueMasterSlaveLeaseQuiesceTest extends DbRestartJDBC
|
||||
|
||||
// ignore this test case
|
||||
public void testAdvisory() throws Exception {}
|
||||
|
||||
@Override
|
||||
public void testSendReceive() throws Exception {
|
||||
// Ignore this test for now, see AMQ-4975
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user