HADOOP-13795. Skip testGlobStatusThrowsExceptionForUnreadableDir in TestFSMainOperationsSwift. Contributed by John Zhuge.

This commit is contained in:
Xiao Chen 2016-11-07 09:21:01 -08:00
parent f76895573d
commit acd509dc57
1 changed files with 6 additions and 0 deletions

View File

@ -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 {