summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ocaml/t/guestfs_500_parallel_mount_local.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ocaml/t/guestfs_500_parallel_mount_local.ml b/ocaml/t/guestfs_500_parallel_mount_local.ml
index 926b9ee6..17e30ee7 100644
--- a/ocaml/t/guestfs_500_parallel_mount_local.ml
+++ b/ocaml/t/guestfs_500_parallel_mount_local.ml
@@ -115,7 +115,6 @@ and start_thread (filename, mp) =
let t = time () in
if t -. start_t < total_time then (
if debug then eprintf "%s < mounting filesystem\n%!" mp;
- Gc.compact (); (* Workaround for RHBZ#838081 *)
g#mount_local mp;
(* Run test in an exec'd subprocess. *)