HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri.
This commit is contained in:
parent
2828997903
commit
6df1365c32
|
@ -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