exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c58c5bce2be3125515e7dbcc69abd3699a568707
parent d36700ed984415b37a7af418d4c820fe6730d7be
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Dec 2019 16:15:59 +0100

disable fragile part of test

Diffstat:
Msrc/lib/testing_api_cmd_check_keys.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib/testing_api_cmd_check_keys.c b/src/lib/testing_api_cmd_check_keys.c @@ -136,6 +136,7 @@ check_keys_run (void *cls, return; } +#if 0 /** * Not sure this check makes sense: GET /keys is performed on * a "maybe" basis, so it can get quite hard to track /keys @@ -155,6 +156,7 @@ check_keys_run (void *cls, TALER_TESTING_interpreter_fail (is); return; } +#endif /* "/keys" was updated, let's check they were OK! */ if (cks->num_denom_keys != is->keys->num_denom_keys) {