svn merge -c 1195754 from trunk for HDFS-2038.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1195755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9c2bf148b
commit
a15090ac43
|
@ -94,7 +94,9 @@ public class TestHDFSCLI extends CLITestHelperDFS {
|
|||
return cmd.getExecutor(namenode).executeCommand(cmd.getCmd());
|
||||
}
|
||||
|
||||
@Test
|
||||
//TODO: The test is failing due to the change in HADOOP-7360.
|
||||
// HDFS-2038 is going to fix it. Disable the test for the moment.
|
||||
//@Test
|
||||
@Override
|
||||
public void testAll () {
|
||||
super.testAll();
|
||||
|
|
Loading…
Reference in New Issue