HADOOP-13795. Skip testGlobStatusThrowsExceptionForUnreadableDir in TestFSMainOperationsSwift. Contributed by John Zhuge.
This commit is contained in:
parent
f76895573d
commit
acd509dc57
|
@ -74,6 +74,12 @@ public class TestFSMainOperationsSwift extends FSMainOperationsBaseTest {
|
||||||
SwiftTestUtils.skip("unsupported");
|
SwiftTestUtils.skip("unsupported");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test(timeout = SWIFT_TEST_TIMEOUT)
|
||||||
|
@Override
|
||||||
|
public void testGlobStatusThrowsExceptionForUnreadableDir() {
|
||||||
|
SwiftTestUtils.skip("unsupported");
|
||||||
|
}
|
||||||
|
|
||||||
@Test(timeout = SWIFT_TEST_TIMEOUT)
|
@Test(timeout = SWIFT_TEST_TIMEOUT)
|
||||||
@Override
|
@Override
|
||||||
public void testFsStatus() throws Exception {
|
public void testFsStatus() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue