From 03ca8c13996b1222ef11321c31c5e560f44058e4 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Thu, 2 Jul 2020 02:05:08 -0400 Subject: twister, get tips, instance, and post transfer tests --- src/testing/test_merchant_api_twisted.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/testing/test_merchant_api_twisted.c') diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c index 69fe881f..bc6def31 100644 --- a/src/testing/test_merchant_api_twisted.c +++ b/src/testing/test_merchant_api_twisted.c @@ -191,6 +191,7 @@ static void run (void *cls, struct TALER_TESTING_Interpreter *is) { + #if 0 /**** Triggering #5719 ****/ struct TALER_TESTING_Command bug_5719[] = { /** @@ -820,9 +821,10 @@ run (void *cls, /* max uint64 number: 9223372036854775807; try to overflow! */ TALER_TESTING_cmd_end () }; + #endif struct TALER_TESTING_Command commands[] = { - TALER_TESTING_cmd_batch ("check-payment", + /*TALER_TESTING_cmd_batch ("check-payment", check_payment), TALER_TESTING_cmd_batch ("proposal", proposal), @@ -837,7 +839,7 @@ run (void *cls, TALER_TESTING_cmd_batch ("pay", pay), TALER_TESTING_cmd_batch ("bug-5719", - bug_5719), + bug_5719),*/ TALER_TESTING_cmd_end () }; -- cgit v1.2.3