Skip to content

Commit 8cbb690

Browse files
committed
Revert "CA-423816 disable workaround in quicktest"
This reverts commit 29955aa. Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
1 parent b7a368b commit 8cbb690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocaml/quicktest/quicktest_vm_memory.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let check_tasks tasks =
1212
let one t ~host ~vm ~workload_vm n =
1313
Trace.with_ __FUNCTION__ @@ fun scope ->
1414
workload t ~host ~workload_vm ;
15-
let vms = fill_mem_n t ~workaround_migration:false ~host ~vm ~n in
15+
let vms = fill_mem_n t ~workaround_migration:true ~host ~vm ~n in
1616

1717
let migration_host, migration_vm = List.nth vms 0 in
1818

0 commit comments

Comments
 (0)