diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-02-02 12:34:17 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-02-02 12:34:17 +0000 |
| commit | 81072fc8cd9ae820d211684943063d9b38037ee4 (patch) | |
| tree | 9f601e9d2fe33261d7368f5023f3201959fb2a0d /qpid/java/test-profiles/CPPExcludes | |
| parent | e3614e3deadf34c125b81a6f341014e3d69364c0 (diff) | |
| download | qpid-python-81072fc8cd9ae820d211684943063d9b38037ee4.tar.gz | |
QPID-3800: add the ability to disable particular protocol versions broker-wide to save having to exclude them from individual ports
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/CPPExcludes')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 582a201044..61b76bbdfc 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -153,6 +153,7 @@ org.apache.qpid.test.unit.transacted.TransactionTimeoutTest#* // Java broker only org.apache.qpid.server.logging.management.LoggingManagementMBeanTest#* org.apache.qpid.server.management.AMQUserManagementMBeanTest#* +org.apache.qpid.server.DisablingProtocolsTest#* // QPID-3133: On 0-10, the exception listener is currently not invoked when reconnection fails to occurs. org.apache.qpid.server.failover.FailoverMethodTest#* |
