|
@@ -74,6 +74,12 @@ public class TestFSMainOperationsSwift extends FSMainOperationsBaseTest {
|
|
|
SwiftTestUtils.skip("unsupported");
|
|
|
}
|
|
|
|
|
|
+ @Test(timeout = SWIFT_TEST_TIMEOUT)
|
|
|
+ @Override
|
|
|
+ public void testGlobStatusThrowsExceptionForUnreadableDir() {
|
|
|
+ SwiftTestUtils.skip("unsupported");
|
|
|
+ }
|
|
|
+
|
|
|
@Test(timeout = SWIFT_TEST_TIMEOUT)
|
|
|
@Override
|
|
|
public void testFsStatus() throws Exception {
|