diff options
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/mount-options.disabled (renamed from tests/basic/mount-options.t) | 0 | ||||
-rwxr-xr-x | tests/basic/mount.t | 4 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/basic/mount-options.t b/tests/basic/mount-options.disabled index 86d945ac5b3..86d945ac5b3 100644 --- a/tests/basic/mount-options.t +++ b/tests/basic/mount-options.disabled diff --git a/tests/basic/mount.t b/tests/basic/mount.t index 4197a97da8f..8163975d679 100755 --- a/tests/basic/mount.t +++ b/tests/basic/mount.t @@ -52,10 +52,6 @@ TEST 'grep -E "^$H0:$V0 .+ ,?ro,.+" /proc/mounts'; ## Wait for volume to register with rpc.mountd EXPECT_WITHIN 20 "1" is_nfs_export_available; -## HACK: mount seems to require about 40 seconds more to be successful, -## sleep 40 is an interim fix till we root cause the underlying issue. -sleep 40 - ## Mount NFS TEST mount -t nfs -o nolock,soft,intr $H0:/$V0 $N0; |