summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-10-22 09:27:49 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-10-22 09:27:49 +0000
commit317717b842932fb72764c1632c71d66616d47d39 (patch)
tree2b0343b3580829ab1b8296f98ab498dd10e1e0fa /java
parent05e6258230c0ae9f8033dd77635420ae6474daeb (diff)
downloadqpid-python-317717b842932fb72764c1632c71d66616d47d39.tar.gz
QPID-1359 : Disabled ConnectionTest until this issue has been resolved
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/common/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/common/build.xml b/java/common/build.xml
index 6172a680ec..24e1a22edc 100644
--- a/java/common/build.xml
+++ b/java/common/build.xml
@@ -19,6 +19,9 @@
-
-->
<project name="AMQ Common" default="build">
+
+ <!-- Disabled ConnectionTest due to QPID-1359 -->
+ <property name="module.test.excludes" value="**/ConnectionTest.java"/>
<import file="../module.xml"/>