mirror of https://github.com/apache/activemq.git
[AMQ-6906] exclude test from leveldb scenario dependent on tracked recovered acks
This commit is contained in:
parent
4c972d97b9
commit
51ec4590eb
|
@ -69,4 +69,7 @@ public class mLevelDBXARecoveryBrokerTest extends XARecoveryBrokerTest {
|
|||
public void testQueuePersistentPreparedAcksNotLostOnRestart() throws Exception {
|
||||
// pending acks are not tracked in leveldb
|
||||
}
|
||||
public void testQueuePersistentPreparedAcksAvailableAfterRollback() throws Exception {
|
||||
// pending acks are not tracked in leveldb
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue