summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-08-13 09:36:17 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-08-13 09:36:17 +0000
commit1dd1ac62fd1dcc17f68689af285b5f8a9a7b68b0 (patch)
tree4ac884041003cb792077d495a064ab030cd52cf5 /java
parent0f4d8c56a1ad8804451ee6697186a6b0aa260e30 (diff)
downloadqpid-python-1dd1ac62fd1dcc17f68689af285b5f8a9a7b68b0.tar.gz
QPID-2002 : Excluded JMX testing from CPP broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/test-profiles/010Excludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/010Excludes b/java/test-profiles/010Excludes
index 643a26bb9d..7577ad8da1 100644
--- a/java/test-profiles/010Excludes
+++ b/java/test-profiles/010Excludes
@@ -79,3 +79,6 @@ org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueS
// CPP Broker does not follow the same Logging convention as the Java broker
org.apache.qpid.server.logging.*
+
+// CPP Broker does not have a JMX interface to test
+org.apache.qpid.management.jmx.*