summaryrefslogtreecommitdiff
path: root/qpid/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
commit6c13adb0ac208e0b61fb9c3f9d21bd0658c6a2f3 (patch)
tree131a1d3ef68b426e654d9aaf1427ec2c0b60ee13 /qpid/java
parente3b6ec5d8cb56787068398e0a9a489d81970077b (diff)
downloadqpid-python-6c13adb0ac208e0b61fb9c3f9d21bd0658c6a2f3.tar.gz
QPID-1359 : Disabled ConnectionTest until this issue has been resolved
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/common/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml
index 6172a680ec..24e1a22edc 100644
--- a/qpid/java/common/build.xml
+++ b/qpid/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"/>