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 | 12ff1511fa1483c7a3c683e2502e854a02144202 (patch) | |
| tree | 8e45cee5508f17905c9aae92e4657473b8162ba7 /java | |
| parent | 60842f4efee51f9a5766f544aa5d844d3f772ca6 (diff) | |
| download | qpid-python-12ff1511fa1483c7a3c683e2502e854a02144202.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/qpid@1166256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 29f585b300..2b58a0684d 100755 --- a/java/test-profiles/CPPExcludes +++ b/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#* |
