diff options
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 0d50d95c..ceba6220 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -131,7 +131,6 @@ check_PROGRAMS = \ test_bank_api_with_pybank \ test_bank_api_with_nexus \ test_exchange_api \ - test_exchange_api_keys_cherry_picking \ test_exchange_api_revocation \ test_exchange_api_overlapping_keys_bug \ test_exchange_management_api \ @@ -144,6 +143,10 @@ if HAVE_TWISTER test_bank_api_with_pybank_twisted endif +# test_exchange_api_keys_cherry_picking disabled for now: +# needs to be rewritten as we no longer support /keys timetravel! + + TESTS = \ $(check_PROGRAMS) |