summaryrefslogtreecommitdiff
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
commit2eba5d7f6bf02db9d0ea62e4c0d75ae959553f2a (patch)
tree1e8e0ca5342146e9b00e90f36aadb3ac31937bd3
parent18d5207b3efb2d4d2fbb49ca4c455b802c4ab0f4 (diff)
downloadqpid-python-2eba5d7f6bf02db9d0ea62e4c0d75ae959553f2a.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@1300554 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/test-profiles/JavaExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes
index ce0016fcff..2e8ad9ea3e 100644
--- a/qpid/java/test-profiles/JavaExcludes
+++ b/qpid/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#*