diff options
author | Keith Wall <kwall@apache.org> | 2011-11-17 10:13:53 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2011-11-17 10:13:53 +0000 |
commit | b91c24fd8089c5bac15f605c472762a3e1068a85 (patch) | |
tree | ac2b884b61d3ca7d79f5999589a75d106c54b5c1 /java/test-profiles | |
parent | 722f1ebe2fd51b927e98fd08d521af62ec75f3a8 (diff) | |
download | qpid-python-b91c24fd8089c5bac15f605c472762a3e1068a85.tar.gz |
QPID-3576: Exclude testDeleteOptions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1203136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rwxr-xr-x | java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 39b4d542db..eb1c153b20 100755 --- a/java/test-profiles/CPPExcludes +++ b/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#* |