Skip to content

Commit bcf6eee

Browse files
committed
tests: Allow the alcotest_suite to run
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 532d8ff commit bcf6eee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ocaml/tests/test_vm_check_operation_error.ml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,4 @@ let test =
182182
)
183183
; ("test_sxm_allowed_when_rum", `Quick, test_sxm_allowed_when_rum)
184184
; ("test_vm_set_nvram when VM is running", `Quick, test_vm_set_nvram_running)
185-
]
186-
187-
let () =
188-
Alcotest.run "Xapi_vm_lifecycle"
189-
[("is_allowed_concurrently", test_allow_concurrently)]
185+
] @ test_allow_concurrently

0 commit comments

Comments
 (0)