diff options
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index da72657185..d9ef5d0038 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/java/systests/build.xml @@ -22,6 +22,8 @@ nn - or more contributor license agreements. See the NOTICE file <property name="module.depends" value="client broker common junit-toolkit"/> <property name="module.test.src" location="src/main/java"/> + <property name="module.test.excludes" + value="**/DropInTest.java,**/TestClientControlledTest.java"/> <import file="../module.xml"/> |
