diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-10-22 09:27:49 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-10-22 09:27:49 +0000 |
| commit | 6c13adb0ac208e0b61fb9c3f9d21bd0658c6a2f3 (patch) | |
| tree | 131a1d3ef68b426e654d9aaf1427ec2c0b60ee13 /qpid/java | |
| parent | e3b6ec5d8cb56787068398e0a9a489d81970077b (diff) | |
| download | qpid-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.xml | 3 |
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"/> |
