mirror of https://github.com/apache/activemq.git
Added no-op version of testVirtualTopicFailover, which is covered by AMQ-4842
This commit is contained in:
parent
612a816d98
commit
5e42bd64bc
|
@ -102,6 +102,11 @@ public class kahaDbJdbcLeaseQueueMasterSlaveTest extends QueueMasterSlaveTestSup
|
|||
kahaDBPersistenceAdapter.getLocker().setLockAcquireSleepInterval(500);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testVirtualTopicFailover() throws Exception {
|
||||
// Ignoring for now, see AMQ-4842
|
||||
}
|
||||
|
||||
protected DataSource getExistingDataSource() throws Exception {
|
||||
return sharedDs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue