From b187d3b5231406b524bf73b45f76e001692e282e Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 5 Feb 2014 21:50:20 +0530 Subject: tests/basic: Prevent mount-options.t from being run. mount-options.t introduces a race leading to failures in regression tests. Hence disabling the test unit till we sort out the race. Also removing the workaround introduced in mount.t. Change-Id: I7d60413bbff8597f90153cca838e326247e96cd9 BUG: 1060654 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.org/6911 Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System --- tests/basic/mount.t | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/basic/mount.t') diff --git a/tests/basic/mount.t b/tests/basic/mount.t index 4197a97da8..8163975d67 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; -- cgit