o Excluded legacy layout test which is problematic with CI

git-svn-id: https://svn.apache.org/repos/asf/maven/ant-tasks/trunk@1001497 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build-tests.xml b/build-tests.xml
index a317134..673189d 100644
--- a/build-tests.xml
+++ b/build-tests.xml
@@ -64,7 +64,7 @@
 
   <target name="test-all-deps" description="All dependencies tests"
     depends="test-pom, test-pom-profiles, test-pom-with-parent,test-no-deps,test-pom-deps,
-             test-deps-two-repos,test-deps,test-legacy-pom,test-deps-mirror,test-deps-order,
+             test-deps-two-repos,test-deps,test-deps-mirror,test-deps-order,
              test-deps-sources,test-deps-sources-empty,test-deps-profile,test-deps-scopes,test-system-scope,
              test-bad-scope">
     <echo>Some tests must be run manually, since they are intended to fail:
@@ -196,6 +196,7 @@
   </target>
 
   <target name="test-legacy-pom" depends="initTaskDefs">
+    <!-- NOTE: The legacy layout is problematic when used in an environment with a repo man -->
     <artifact:dependencies>
       <dependency groupId="geronimo-spec" artifactId="geronimo-spec-javamail" version="1.3.1-rc5" />
       <localRepository path="${basedir}/target/local-repo-legacy" />