HADOOP-13787. Azure testGlobStatusThrowsExceptionForUnreadableDir fails. Contributed by John Zhuge.
This commit is contained in:
parent
b71907b2ae
commit
20c4d8efab
@ -51,6 +51,15 @@ public void testListStatusThrowsExceptionForUnreadableDir() throws Exception {
|
||||
assumeNotWindows();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testGlobStatusThrowsExceptionForUnreadableDir()
|
||||
throws Exception {
|
||||
System.out.println(
|
||||
"Skipping testGlobStatusThrowsExceptionForUnreadableDir since WASB"
|
||||
+ " doesn't honor directory permissions.");
|
||||
assumeNotWindows();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTestRootDir() {
|
||||
return TEST_ROOT_DIR;
|
||||
|
Loading…
Reference in New Issue
Block a user