AMQ-6707 - skip tracked ack dependent test for leveldb

This commit is contained in:
gtully 2018-04-27 14:06:04 +01:00
parent ceb97f6baa
commit 314d5a5168
1 changed files with 3 additions and 0 deletions

View File

@ -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
}
}