Commit 4653fef
committed
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments