summaryrefslogtreecommitdiff
path: root/java/010ExcludeList
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-01-14 13:05:45 +0000
committerAidan Skinner <aidan@apache.org>2009-01-14 13:05:45 +0000
commit06e7b0c4bba27b5bed02132344ce45daebc2cb2a (patch)
tree4e3108570becf62b95e661cf73e7783a753a2f15 /java/010ExcludeList
parent107bb9c248a09ce56bae63dc8c8ddcbd27d0141a (diff)
downloadqpid-python-06e7b0c4bba27b5bed02132344ce45daebc2cb2a.tar.gz
QPID-1573: Change AMQQueueDeferredOrderingTest, ReturnUnroutableMandatoryMessageTest, DispatcherTest, PriorityTest and TimeToLiveTest to extend QpidTestCase
Add ReturnUnroutableMandatoryMessageTest, PriorityTest and TimeToLiveTest to the 010ExcludeList git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/010ExcludeList')
-rw-r--r--java/010ExcludeList4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/010ExcludeList b/java/010ExcludeList
index 7512329220..c685f2dd6b 100644
--- a/java/010ExcludeList
+++ b/java/010ExcludeList
@@ -55,3 +55,7 @@ org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueS
org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#*
// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue.
org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*
+// c++ broker doesn't support priorities, TTL or message bouncing
+org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#*
+org.apache.qpid.server.queue.PriorityTest#*
+org.apache.qpid.server.queue.TimeToLiveTest#*