diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 12:59:18 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 12:59:18 +0000 |
commit | 74016a79997195f318749df00ed07933b4673c4a (patch) | |
tree | 5092dd89ff03a2e200bec22a66fdb88a7062ec63 /sca-java-2.x/trunk/testing | |
parent | dcc1e7ce969d95b9053f9bf092156c430372deb0 (diff) |
Temporarily disable the interceptors test so that I can commit some changes that won't work until the infrastructure is updated.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policy/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policy/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/pom.xml index f6132dc3ac..40b618a7d1 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/pom.xml @@ -32,7 +32,9 @@ <modules> <module>matching</module> <module>wspolicy</module> +<!-- <module>interceptors</module> +--> </modules> </project> |