summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2012-03-14 14:20:04 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2012-03-14 14:20:04 +0000
commit6b0c406c2f1997322c97d765643748ce7ca998db (patch)
treed671a8dd2ee4edd31f5d99f0627e9764fe06aa69 /java
parentefccf04ac96fe226a7c08de68964abed4fec3538 (diff)
downloadqpid-python-6b0c406c2f1997322c97d765643748ce7ca998db.tar.gz
QPID-3751 Excluding JCA system tests all together from the Java broker.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1300554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/test-profiles/JavaExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes
index ce0016fcff..2e8ad9ea3e 100644
--- a/java/test-profiles/JavaExcludes
+++ b/java/test-profiles/JavaExcludes
@@ -33,3 +33,6 @@ org.apache.qpid.client.ssl.SSLTest#testMultipleCertsInSingleStore
//QPID-3605 Durable subscriber with no-local true receives messages on re-connection
org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testNoLocalMessagesNotDeliveredAfterReconnection
+
+// Removing all JCA system tests against the java broker.
+org.apache.qpid.ra.QpidRAConnectionTest#*