mirror of https://github.com/apache/activemq.git
AMQ-6707 - skip tracked ack dependent test for leveldb
This commit is contained in:
parent
ceb97f6baa
commit
314d5a5168
|
@ -66,4 +66,7 @@ public class mLevelDBXARecoveryBrokerTest extends XARecoveryBrokerTest {
|
|||
public void testQueuePersistentUncommittedAcksLostOnRestart() throws Exception {
|
||||
// super.testQueuePersistentUncommittedAcksLostOnRestart();
|
||||
}
|
||||
public void testQueuePersistentPreparedAcksNotLostOnRestart() throws Exception {
|
||||
// pending acks are not tracked in leveldb
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue