diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2012-03-14 14:20:04 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2012-03-14 14:20:04 +0000 |
| commit | 6b0c406c2f1997322c97d765643748ce7ca998db (patch) | |
| tree | d671a8dd2ee4edd31f5d99f0627e9764fe06aa69 /java | |
| parent | efccf04ac96fe226a7c08de68964abed4fec3538 (diff) | |
| download | qpid-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/JavaExcludes | 3 |
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#* |
