summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-858215.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-858215.t')
-rwxr-xr-xtests/bugs/bug-858215.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/bugs/bug-858215.t b/tests/bugs/bug-858215.t
index aee7d5fcb5a..eafb4a9621d 100755
--- a/tests/bugs/bug-858215.t
+++ b/tests/bugs/bug-858215.t
@@ -33,9 +33,6 @@ EXPECT 'Started' volinfo_field $V0 'Status';
## Mount FUSE with caching disabled
TEST glusterfs --entry-timeout=0 --attribute-timeout=0 -s $H0 --volfile-id $V0 $M0;
-## Wait for volume to register with rpc.mountd
-sleep 5;
-
## Test for checking whether the fops have been saved in the event-history
TEST ! stat $M0/newfile;
TEST touch $M0/newfile;