mirror of https://github.com/apache/activemq.git
Added @Ignore for AMQ-5102 until proton 0.7 is released
This commit is contained in:
parent
caae68a1ba
commit
4e79e43905
|
@ -32,6 +32,7 @@ import javax.jms.TextMessage;
|
||||||
import org.apache.activemq.transport.amqp.AmqpTestSupport;
|
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.ConnectionFactoryImpl;
|
||||||
import org.apache.qpid.amqp_1_0.jms.impl.QueueImpl;
|
import org.apache.qpid.amqp_1_0.jms.impl.QueueImpl;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.rules.TestName;
|
import org.junit.rules.TestName;
|
||||||
|
@ -75,6 +76,7 @@ public class AMQ4914Test extends AmqpTestSupport {
|
||||||
doTestSendLargeMessage(65536 * 4);
|
doTestSendLargeMessage(65536 * 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("AMQ-5102")
|
||||||
@Test(timeout = 5 * 60 * 1000)
|
@Test(timeout = 5 * 60 * 1000)
|
||||||
public void testSendHugeMessage() throws JMSException {
|
public void testSendHugeMessage() throws JMSException {
|
||||||
doTestSendLargeMessage(1024 * 1024 * 10);
|
doTestSendLargeMessage(1024 * 1024 * 10);
|
||||||
|
|
Loading…
Reference in New Issue