diff --git a/ocaml/tests/test_vm_check_operation_error.ml b/ocaml/tests/test_vm_check_operation_error.ml index 0423338e630..a830e1caf91 100644 --- a/ocaml/tests/test_vm_check_operation_error.ml +++ b/ocaml/tests/test_vm_check_operation_error.ml @@ -182,8 +182,4 @@ let test = ) ; ("test_sxm_allowed_when_rum", `Quick, test_sxm_allowed_when_rum) ; ("test_vm_set_nvram when VM is running", `Quick, test_vm_set_nvram_running) - ] - -let () = - Alcotest.run "Xapi_vm_lifecycle" - [("is_allowed_concurrently", test_allow_concurrently)] + ] @ test_allow_concurrently