https://issues.apache.org/jira/browse/AMQ-3600 - test should not be run with individual ack, persist redelivery count mode

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1203773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-11-18 18:03:25 +00:00
parent ddb15afe05
commit 721d623ff6
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ public class FailoverRedeliveryTransactionTest extends FailoverTransactionTest {
public void testFailoverCommitReplyLost() throws Exception {
}
@Override
public void testFailoverCommitReplyLostWithDestinationPathSeparator() throws Exception {
}
@Override
public void initCombosForTestFailoverSendReplyLost() {
}