diff options
author | Christian Blättler <blatc2@bfh.ch> | 2024-06-13 11:26:12 +0200 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2024-06-13 11:26:12 +0200 |
commit | 25ae6b68400c6051a742a93061f9ae222cbd4620 (patch) | |
tree | 8968a80bbc69669310b86e8b7f4e98d4cf91c5a2 | |
parent | 9a1cd9134d872ef1619bb3418ff82b958c919649 (diff) |
comment out idempotent pay test for now
-rw-r--r-- | src/testing/test_merchant_api.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c index ed220837..fdf5e7f4 100644 --- a/src/testing/test_merchant_api.c +++ b/src/testing/test_merchant_api.c @@ -1763,6 +1763,16 @@ run (void *cls, NULL, 0, "pay-order-with-output"), + // TALER_TESTING_cmd_merchant_pay_order_choices ("idempotent-pay-order-with-input-and-output", + // merchant_url, + // MHD_HTTP_OK, + // "create-order-with-input-and-output", + // "", + // "EUR:0", + // "EUR:0", + // NULL, + // 0, + // "pay-order-with-output"), TALER_TESTING_cmd_merchant_post_orders_choices ("create-another-order-with-input-and-output", cred.cfg, merchant_url, |