[AMQ-6906] exclude test from leveldb scenario dependent on tracked recovered acks

This commit is contained in:
gtully 2018-05-31 10:26:03 +01:00
parent 4c972d97b9
commit 51ec4590eb
1 changed files with 3 additions and 0 deletions

View File

@ -69,4 +69,7 @@ public class mLevelDBXARecoveryBrokerTest extends XARecoveryBrokerTest {
public void testQueuePersistentPreparedAcksNotLostOnRestart() throws Exception { public void testQueuePersistentPreparedAcksNotLostOnRestart() throws Exception {
// pending acks are not tracked in leveldb // pending acks are not tracked in leveldb
} }
public void testQueuePersistentPreparedAcksAvailableAfterRollback() throws Exception {
// pending acks are not tracked in leveldb
}
} }