diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-31 18:20:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-31 18:20:27 +0100 |
commit | d68dc69b4c5d0f15252fa06d2e92aac5423a4416 (patch) | |
tree | 4eaeddee383408763e3fe536feff311a3d353630 | |
parent | b3606d006d21a1653a7c74be08e060e5d611423c (diff) |
-disable tests
-rw-r--r-- | src/auditor/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 09a0deec3..b876805b2 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -196,7 +196,8 @@ check_SCRIPTS = \ test-sync.sh .NOTPARALLEL: -TESTS = $(check_SCRIPTS) +# Disabled for now: need working wallet first! +# TESTS = $(check_SCRIPTS) EXTRA_DIST = \ taler-auditor.in \ |