diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2014-08-17 12:22:08 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2014-08-17 12:22:08 +0000 |
| commit | 3bb54b2bcac8b7602d865de45e92376b4c5332ba (patch) | |
| tree | 23acee2d53aa41eeca662238fb95298c0a23027a /qpid/java | |
| parent | b083f69c32ff4118b842d9fe46f932dbf33c872a (diff) | |
| download | qpid-python-3bb54b2bcac8b7602d865de45e92376b4c5332ba.tar.gz | |
QPID-6000 : Add test exclude for C++ broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 44014c9ec0..b20e85c40a 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -199,3 +199,6 @@ org.apache.qpid.server.queue.QueueMessageDurabilityTest#* // QPID-4429 : C++ Broker does not enforce max frame size negotiation rules as per the spec org.apache.qpid.transport.MaxFrameSizeTest#* + +// QPID-6000 : Tests Java specific message compression functionality, and uses the REST API to test it +org.apache.qpid.systest.MessageCompressionTest#* |
