diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-02-13 17:28:35 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-02-13 17:28:35 +0000 |
commit | f8b4543a97933d7736f89451be7726b411e8498b (patch) | |
tree | fe5c04d6e660f1187121e7a85b182d489289a3f0 /qpid/java/management | |
parent | 93ce4ab1ba3922db54f031faa8dfc1b62d8bfae1 (diff) | |
download | qpid-python-f8b4543a97933d7736f89451be7726b411e8498b.tar.gz |
QPID-1663 Disable WsDmAdapterTest until we can resolve problems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@744187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management')
-rw-r--r-- | qpid/java/management/client/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/management/client/build.xml b/qpid/java/management/client/build.xml index 1f4096653c..15c9e6e6ba 100644 --- a/qpid/java/management/client/build.xml +++ b/qpid/java/management/client/build.xml @@ -22,6 +22,7 @@ <property name="module.depends" value="client common"/> <property name="module.test.depends" value="client common"/> +<property name="module.test.excludes" value="**/WsDmAdapterTest.java"/> <import file="../../module.xml"/> @@ -208,4 +209,4 @@ </condition> <fail if="failed" message="TEST SUITE FAILED"/> </target> -</project>
\ No newline at end of file +</project> |