瀏覽代碼

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

Xiao Chen 8 年之前
父節點
當前提交
acd509dc57

+ 6 - 0
hadoop-tools/hadoop-openstack/src/test/java/org/apache/hadoop/fs/swift/TestFSMainOperationsSwift.java

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