diff options
author | Martin Ritchie <ritchiem@apache.org> | 2010-07-05 11:18:00 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2010-07-05 11:18:00 +0000 |
commit | ec393473e6b0fc9203ab85bc63007e6bc72c3e5c (patch) | |
tree | b65ac6f93d2acb82586c29664ee5bfaf7f7f66b1 /java | |
parent | 1d3df0507e4b3d6a22cc9a2f3cc720811f2eb964 (diff) | |
download | qpid-python-ec393473e6b0fc9203ab85bc63007e6bc72c3e5c.tar.gz |
QPID-1447 : Correct excludes for SCD Tests. Added to CPPExcludes as CPP broker doesn't have SCD also Java 0.10 profile will not pass due to issues with client exception handling see QPID-2657
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rwxr-xr-x | java/test-profiles/CPPExcludes | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 321cb507e8..34764c912a 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -126,7 +126,13 @@ org.apache.qpid.server.queue.ConflationQueueTest#* org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection -org.apache.qpid.systest.SlowConsumerTest#* +// NOTE also excludes from the java.0.10 profile due to QPID-2657 +org.apache.qpid.systest.GlobalQueuesTest#* +org.apache.qpid.systest.GlobalTopicsTest#* +org.apache.qpid.systest.MergeConfigurationTest#* +org.apache.qpid.systest.SubscriptionTest#* +org.apache.qpid.systest.TopicTest#* + org.apache.qpid.server.virtualhost.plugin.* org.apache.qpid.server.virtualhost.plugin.policies.* |