summaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-17 20:27:25 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-17 20:27:25 +0100
commit3c484c71a2924cb20e7468a325ca7e230068febb (patch)
tree892a1162b694aad4a07a23f8e92fbe69865b66fa /src/testing/Makefile.am
parent3db8ffe54274ee94cc6204463b6c425ba7bcebf7 (diff)
downloadexchange-3c484c71a2924cb20e7468a325ca7e230068febb.tar.gz
exchange-3c484c71a2924cb20e7468a325ca7e230068febb.tar.bz2
exchange-3c484c71a2924cb20e7468a325ca7e230068febb.zip
remove auditor tests for now, auditor is temporarily not working due to major refactoring in progress
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index f1e7f1cce..7bbbe8e5e 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -145,9 +145,6 @@ AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=
.NOTPARALLEL:
check_PROGRAMS = \
- test_auditor_api_cs \
- test_auditor_api_rsa \
- test_auditor_api_version \
test_bank_api_with_fakebank \
test_bank_api_with_nexus \
test_exchange_api_cs \
@@ -176,6 +173,11 @@ if HAVE_TWISTER
test_bank_api_with_fakebank_twisted
endif
+# Removed for now...
+# test_auditor_api_cs
+# test_auditor_api_rsa
+# test_auditor_api_version
+
TESTS = \