|
@@ -51,6 +51,15 @@ public class TestNativeAzureFileSystemOperationsMocked extends
|
|
assumeNotWindows();
|
|
assumeNotWindows();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ public void testGlobStatusThrowsExceptionForUnreadableDir()
|
|
|
|
+ throws Exception {
|
|
|
|
+ System.out.println(
|
|
|
|
+ "Skipping testGlobStatusThrowsExceptionForUnreadableDir since WASB"
|
|
|
|
+ + " doesn't honor directory permissions.");
|
|
|
|
+ assumeNotWindows();
|
|
|
|
+ }
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public String getTestRootDir() {
|
|
public String getTestRootDir() {
|
|
return TEST_ROOT_DIR;
|
|
return TEST_ROOT_DIR;
|