HADOOP-13006 FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run. (Kai Sasaki via stevel)
This commit is contained in:
parent
2f983b161f
commit
c8797e0e39
|
@ -272,7 +272,8 @@ public abstract class FileContextMainOperationsBaseTest {
|
|||
// expected
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testListStatusThrowsExceptionForNonExistentFile()
|
||||
throws Exception {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue