add temporary ignore on test
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a83589ea Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/a83589ea Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/a83589ea Branch: refs/heads/master Commit: a83589eac5146dc9b443b4fe6d00fb18e90a09c3 Parents: 1b10a6a Author: Robert Gemmell <rob...@apache.org> Authored: Mon Sep 29 17:08:02 2014 +0100 Committer: Robert Gemmell <rob...@apache.org> Committed: Mon Sep 29 17:16:25 2014 +0100 ---------------------------------------------------------------------- .../apache/qpid/jms/transactions/JmsTransactedConsumerTest.java | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/a83589ea/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/transactions/JmsTransactedConsumerTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/transactions/JmsTransactedConsumerTest.java b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/transactions/JmsTransactedConsumerTest.java index 49121ad..14632ed 100644 --- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/transactions/JmsTransactedConsumerTest.java +++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/transactions/JmsTransactedConsumerTest.java @@ -28,6 +28,7 @@ import javax.jms.TextMessage; import org.apache.activemq.broker.jmx.QueueViewMBean; import org.apache.qpid.jms.support.AmqpTestSupport; +import org.junit.Ignore; import org.junit.Test; /** @@ -167,6 +168,10 @@ public class JmsTransactedConsumerTest extends AmqpTestSupport { assertEquals(0, proxy.getQueueSize()); } + @Ignore // TODO: failing because the broker appears to be setting the AMQP + // delivery-count header too high after the first rollback. It + // arrives null initially (i.e, default 0), then jumps to 2 causing + // JMSXDeliveryCount to be 3 rather than 2. @Test(timeout=60000) public void testJMSXDeliveryCount() throws Exception { sendToAmqQueue(1); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org