HADOOP-14466. Remove useless document from TestAliyunOSSFileSystemContract.java. Contributed by Chen Liang.

This commit is contained in:
Akira Ajisaka 2017-06-01 13:08:01 +09:00 committed by Xiaoyu Yao
parent 83b97f8a59
commit 0618f490dd
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ import static org.junit.Assume.assumeTrue;
/** /**
* Tests a live Aliyun OSS system. * Tests a live Aliyun OSS system.
*
* This uses BlockJUnit4ClassRunner because FileSystemContractBaseTest from
* TestCase which uses the old Junit3 runner that doesn't ignore assumptions
* properly making it impossible to skip the tests if we don't have a valid
* bucket.
*/ */
public class TestAliyunOSSFileSystemContract public class TestAliyunOSSFileSystemContract
extends FileSystemContractBaseTest { extends FileSystemContractBaseTest {