Skip to content

Commit

Permalink
tests: Allow the alcotest_suite to run
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Apr 30, 2024
1 parent 532d8ff commit bcf6eee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ocaml/tests/test_vm_check_operation_error.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcf6eee

Please sign in to comment.