Browse Source

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

Akira Ajisaka 8 years ago
parent
commit
f597f4c43e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-tools/hadoop-aws/pom.xml

+ 1 - 1
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>