Repository: hadoop Updated Branches: refs/heads/branch-2.8.0 3fa777437 -> 871302f81
HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri. (cherry picked from commit f597f4c43e0a6e2304b9bcaf727d6d8d15a365f9) (cherry picked from commit d2d0872f4d109b09cdc3d8e9b163544e56469621) (cherry picked from commit 20fa7664d17f7a7d8179e143ae35dfc1eb6f44e8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/871302f8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/871302f8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/871302f8 Branch: refs/heads/branch-2.8.0 Commit: 871302f8133441730c2fc0ed904c191f65539530 Parents: 3fa7774 Author: Akira Ajisaka <[email protected]> Authored: Tue Mar 7 15:14:55 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue Mar 7 15:18:33 2017 +0900 ---------------------------------------------------------------------- hadoop-tools/hadoop-aws/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/871302f8/hadoop-tools/hadoop-aws/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml index 6bb54c0..dff70f8 100644 --- a/hadoop-tools/hadoop-aws/pom.xml +++ b/hadoop-tools/hadoop-aws/pom.xml @@ -183,7 +183,7 @@ <exclude>**/ITestJets3tNativeS3FileSystemContract.java</exclude> <exclude>**/ITest*Root*.java</exclude> <exclude>**/ITestS3AFileContextStatistics.java</exclude> - <include>**/ITestS3AHuge*.java</include> + <exclude>**/ITestS3AHuge*.java</exclude> </excludes> </configuration> </execution> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
