Skip to content

Commit 9697aea

Browse files
committed
roll back unnecessary changes
1 parent 8161fe0 commit 9697aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/TestViewFileSystemOverloadSchemeWithHdfsScheme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public void testListStatusOnNonMountedPath() throws Exception {
281281
* Check that "viewfs:/" paths without authority can work when the
282282
* default mount table name is set correctly.
283283
*/
284-
@Test(timeout = 30000)
284+
@Test
285285
public void testAccessViewFsPathWithoutAuthority() throws Exception {
286286
final Path hdfsTargetPath = new Path(defaultFSURI + HDFS_USER_FOLDER);
287287
addMountLinks(defaultFSURI.getAuthority(),

0 commit comments

Comments
 (0)