summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-24 17:53:40 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-24 17:53:40 +0100
commited0a15461984c963d25478d820feb2827f7886a1 (patch)
treeb9087b7e5e89410c53d18f18b2a0ea27e12bd6b0 /src/testing
parent1a695f06eaf4fa635f0235a28dac5dcdea5fd448 (diff)
downloadmerchant-ed0a15461984c963d25478d820feb2827f7886a1.tar.gz
merchant-ed0a15461984c963d25478d820feb2827f7886a1.tar.bz2
merchant-ed0a15461984c963d25478d820feb2827f7886a1.zip
attempt to fix #8353
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index bfa534d5..80ec3dad 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1601,7 +1601,6 @@ run (void *cls,
true,
"post-order-repurchase-original",
MHD_HTTP_OK),
-#ifdef XFAIL
TALER_TESTING_cmd_wallet_get_order2 (
"repurchase-wallet-check-primary-order-refunded",
merchant_url,
@@ -1612,7 +1611,6 @@ run (void *cls,
true,
"post-order-repurchase-original",
MHD_HTTP_OK),
-#endif
TALER_TESTING_cmd_merchant_get_order3 (
"repurchase-check-refunded",
merchant_url,
@@ -1929,7 +1927,6 @@ run (void *cls,
merchant_url,
"product-2",
MHD_HTTP_CONFLICT),
-#if 1
TALER_TESTING_cmd_batch ("pay",
pay),
TALER_TESTING_cmd_batch ("double-spending",
@@ -1946,7 +1943,6 @@ run (void *cls,
webhooks),
TALER_TESTING_cmd_batch ("auth",
auth),
-#endif
TALER_TESTING_cmd_batch ("repurchase",
repurchase),
/**