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 | |
| 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')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 1 | ||||
| -rw-r--r-- | qpid/java/test-profiles/JavaPre010Excludes | 1 |
2 files changed, 2 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#* diff --git a/qpid/java/test-profiles/JavaPre010Excludes b/qpid/java/test-profiles/JavaPre010Excludes index 4599356e1b..5d46010649 100644 --- a/qpid/java/test-profiles/JavaPre010Excludes +++ b/qpid/java/test-profiles/JavaPre010Excludes @@ -24,6 +24,7 @@ // These tests requires a broker capable of 0-8/0-9/0-9-1 and 0-10 concurrently org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend org.apache.qpid.server.message.MessageProtocolConversionTest#* +org.apache.qpid.server.DisablingProtocolsTest#* // QPID-2478 test fails when run against broker using 0-8/9 |
