summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-22 16:15:59 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-22 16:15:59 +0100
commitc58c5bce2be3125515e7dbcc69abd3699a568707 (patch)
tree0bfcd8f8a222e6fc661dbe555b2cf768457c1a45 /src
parentd36700ed984415b37a7af418d4c820fe6730d7be (diff)
downloadexchange-c58c5bce2be3125515e7dbcc69abd3699a568707.tar.gz
exchange-c58c5bce2be3125515e7dbcc69abd3699a568707.tar.bz2
exchange-c58c5bce2be3125515e7dbcc69abd3699a568707.zip
disable fragile part of testdemo-2019-12-23-00
Diffstat (limited to 'src')
-rw-r--r--src/lib/testing_api_cmd_check_keys.c2
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)
{