Repository: hadoop
Updated Branches:
  refs/heads/branch-2 120f68031 -> d2d0872f4


HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri.

(cherry picked from commit f597f4c43e0a6e2304b9bcaf727d6d8d15a365f9)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d2d0872f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d2d0872f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d2d0872f

Branch: refs/heads/branch-2
Commit: d2d0872f4d109b09cdc3d8e9b163544e56469621
Parents: 120f680
Author: Akira Ajisaka <[email protected]>
Authored: Tue Mar 7 15:14:55 2017 +0900
Committer: Akira Ajisaka <[email protected]>
Committed: Tue Mar 7 15:16:18 2017 +0900

----------------------------------------------------------------------
 hadoop-tools/hadoop-aws/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/d2d0872f/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index 7e90ac9..99b0a4c 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -184,7 +184,7 @@
                     <exclude>**/ITest*Root*.java</exclude>
                     <exclude>**/ITestS3AFileContextStatistics.java</exclude>
                     <exclude>**/ITestS3AEncryptionSSE*.java</exclude>
-                    <include>**/ITestS3AHuge*.java</include>
+                    <exclude>**/ITestS3AHuge*.java</exclude>
                   </excludes>
                 </configuration>
               </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to