1 parent aef2acf commit 29955aaCopy full SHA for 29955aa
1 file changed
ocaml/quicktest/quicktest_vm_memory.ml
@@ -12,7 +12,7 @@ let check_tasks tasks =
12
let one t ~host ~vm ~workload_vm n =
13
Trace.with_ __FUNCTION__ @@ fun scope ->
14
workload t ~host ~workload_vm ;
15
- let vms = fill_mem_n t ~workaround_migration:true ~host ~vm ~n in
+ let vms = fill_mem_n t ~workaround_migration:false ~host ~vm ~n in
16
17
let migration_host, migration_vm = List.nth vms 0 in
18
0 commit comments