commit 656b521a83cd66fec2021298d0ba8cf668f2741b
parent 6ee4558b6f3aecd1e8f4ce758e782a31b8dee78c
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 23 May 2022 16:19:40 +0200
-passes, enable by default
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
@@ -265,7 +265,6 @@ run (void *cls,
true /* upload contract */,
GNUNET_TIME_UNIT_MINUTES, /* expiration */
"create-reserve-1"),
-#if 1
TALER_TESTING_cmd_purse_deposit_coins (
"purse-deposit-coins-conflict",
MHD_HTTP_CONFLICT,
@@ -274,7 +273,6 @@ run (void *cls,
"withdraw-coin-1",
"EUR:4.01",
NULL),
-#endif
TALER_TESTING_cmd_end ()
};