summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/basic/mount-options.disabled (renamed from tests/basic/mount-options.t)0
-rwxr-xr-xtests/basic/mount.t4
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/basic/mount-options.t b/tests/basic/mount-options.disabled
index 86d945ac5..86d945ac5 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 4197a97da..8163975d6 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;