mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 03:25:33 +00:00
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…
x
Reference in New Issue
Block a user