diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-22 16:15:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-22 16:15:59 +0100 |
commit | c58c5bce2be3125515e7dbcc69abd3699a568707 (patch) | |
tree | 0bfcd8f8a222e6fc661dbe555b2cf768457c1a45 | |
parent | d36700ed984415b37a7af418d4c820fe6730d7be (diff) |
disable fragile part of testdemo-2019-12-23-00
-rw-r--r-- | src/lib/testing_api_cmd_check_keys.c | 2 |
1 files 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 index b4db78697..a67a1e48f 100644 --- 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) { |