diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-09-07 16:36:36 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-09-07 16:36:36 +0000 |
| commit | 950e07b6d8ea0c1a3c4a6cdf5b4100c49684fecc (patch) | |
| tree | 4df045db500ba2c5b5c685694f2e105e4177f473 | |
| parent | 5d73fc1d377d1884d275d73ffa670eca362c6bce (diff) | |
| download | qpid-python-950e07b6d8ea0c1a3c4a6cdf5b4100c49684fecc.tar.gz | |
QPID-3429: exclude the AMQSSLConnectionTest from cpp profiles, since only the cpp.ssl profile can run it yet doesnt really need to
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1166256 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 29f585b300..2b58a0684d 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -20,6 +20,10 @@ // QPID-3391: the C++ broker does not currently validate the exchange creation arguments org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchangeWithNonsenseArgs +//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#* + org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* org.apache.qpid.client.ResetMessageListenerTest#* |
