From 3bb54b2bcac8b7602d865de45e92376b4c5332ba Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Sun, 17 Aug 2014 12:22:08 +0000 Subject: 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 --- qpid/java/test-profiles/CPPExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java') 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#* -- cgit v1.2.1