summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-11-17 10:13:53 +0000
committerKeith Wall <kwall@apache.org>2011-11-17 10:13:53 +0000
commit5fdfa5d5437968958b792eb4f17489b10db75a58 (patch)
treebed4b0cba3b164b8a9d8eeb56c9c959bf05412d2 /qpid/java
parent12245e93a7485a79e2b2e9b91c6c4ef5e2b565c7 (diff)
downloadqpid-python-5fdfa5d5437968958b792eb4f17489b10db75a58.tar.gz
QPID-3576: Exclude testDeleteOptions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1203136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index 39b4d542db..eb1c153b20 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/java/test-profiles/CPPExcludes
@@ -20,6 +20,9 @@
// QPID-3391: the C++ broker does not currently validate the exchange creation arguments
org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchangeWithNonsenseArgs
+// QPID-3576: Java client issue. MessageConsumer#close() time-out.
+org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testDeleteOptions
+
//This test requires SSL, but SSL is only enabled for the C++ broker in the cpp.ssl test profile
//which runs *all* the tests with SSL, so this one can be excluded safely enough
org.apache.qpid.test.unit.client.AMQSSLConnectionTest#*