Skip to content

Commit 4653fef

Browse files
Disable test case that uses API call
The mock API feature is not quite feature-full to fully mock API calls as this test case attempts to make use of. There is a Helpers.call_api_functions (indirectly) in the codepath which fails since the mock database created does not persist as far as the server that handles the API call. We'll disable this test for now which is error-ing (not failing) until we have time to properly provide a mock API. Signed-off-by: Si Beaumont <[email protected]>
1 parent 7f8e276 commit 4653fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/test/suite.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let base_suite =
3838
Test_pgpu_helpers.test;
3939
Test_vm_helpers.test;
4040
Test_xenopsd_metadata.test;
41-
Test_ca121350.test;
41+
(* Test_ca121350.test; *)
4242
]
4343

4444
let handlers = [

0 commit comments

Comments
 (0)