summaryrefslogtreecommitdiff
path: root/src/lib/test_auditor_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_auditor_api.c')
-rw-r--r--src/lib/test_auditor_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index cddd21197..04fbaa58e 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -471,6 +471,8 @@ run (void *cls,
};
struct TALER_TESTING_Command commands[] = {
+
+ #if 0
CMD_RUN_AUDITOR("virgin-auditor"),
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
TALER_TESTING_cmd_batch ("withdraw",
@@ -489,6 +491,8 @@ run (void *cls,
payback),
CMD_RUN_AUDITOR("normal-auditor"),
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
+ #endif
+
TALER_TESTING_cmd_end ()
};