diff options
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"/> |
