diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-27 17:46:40 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-27 17:46:40 +0000 |
commit | a61e8ff3ea0a006774cc5664d19e64f84b41bf27 (patch) | |
tree | a89c999d25ed0729b9e29fe936e1f054e1c4ea9d /java/sca | |
parent | 59da0d3c02e2fc0f1402fca801d70ed193d436cb (diff) |
TUSCANY-3242 turn off policy tests as I'm just about to check in some policy matching code that shows that the test isn't as I would expect it to.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/itest/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/itest/pom.xml b/java/sca/itest/pom.xml index 7f7ffaa284..f38fae0155 100644 --- a/java/sca/itest/pom.xml +++ b/java/sca/itest/pom.xml @@ -77,7 +77,9 @@ <module>services</module> <module>service-reference</module> <module>wires</module> +<!-- TUSCANY-3242 <module>policies</module> +--> </modules> </profile> |