Added @Ignore for AMQ-5102 until proton 0.7 is released

This commit is contained in:
Kevin Earls 2014-03-14 16:23:45 +01:00
parent caae68a1ba
commit 4e79e43905
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import javax.jms.TextMessage;
import org.apache.activemq.transport.amqp.AmqpTestSupport;
import org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl;
import org.apache.qpid.amqp_1_0.jms.impl.QueueImpl;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestName;
@ -75,6 +76,7 @@ public class AMQ4914Test extends AmqpTestSupport {
doTestSendLargeMessage(65536 * 4);
}
@Ignore("AMQ-5102")
@Test(timeout = 5 * 60 * 1000)
public void testSendHugeMessage() throws JMSException {
doTestSendLargeMessage(1024 * 1024 * 10);