mirror of https://github.com/apache/activemq.git
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
|
// ignore this test case
|
||||||
public void testAdvisory() throws Exception {}
|
public void testAdvisory() throws Exception {}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void testSendReceive() throws Exception {
|
||||||
|
// Ignore this test for now, see AMQ-4975
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue