diff options
author | Keith Wall <kwall@apache.org> | 2013-04-17 09:36:14 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2013-04-17 09:36:14 +0000 |
commit | c403e5f5fbb433807d3ea867a26bea3cc6961ecc (patch) | |
tree | 37371a187e984b781800e2476e822bd7025a0861 /java/test-profiles/CPPExcludes | |
parent | da733dee40563a0dc3ed2e848f2cad7d72184b49 (diff) | |
download | qpid-python-c403e5f5fbb433807d3ea867a26bea3cc6961ecc.tar.gz |
QPID-4731: Added additional system test DurableSubscriptionTest#testUnsubscribeWhenUsingSelectorMakesTopicUnreachable that surfaced the defect
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1468816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/CPPExcludes')
-rwxr-xr-x | java/test-profiles/CPPExcludes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 8b74a19b8e..b429305572 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -60,6 +60,7 @@ org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* // c++ broker doesn't support message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testUnsubscribeWhenUsingSelectorMakesTopicUnreachable // c++ broker expires messages on delivery or when the queue cleaner thread runs. org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTL |