瀏覽代碼

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

Akira Ajisaka 8 年之前
父節點
當前提交
f597f4c43e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>