diff options
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#* |