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

(cherry picked from commit f597f4c43e)
This commit is contained in:
Akira Ajisaka 2017-03-07 15:14:55 +09:00
parent 120f680318
commit d2d0872f4d
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -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>