HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri.
(cherry picked from commit f597f4c43e
)
This commit is contained in:
parent
120f680318
commit
d2d0872f4d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue