tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such

This commit is contained in:
practicalswift
2019-12-06 14:37:49 +00:00
parent cb11324a63
commit 993e38a4e2
49 changed files with 49 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class WalletTest(BitcoinTestFramework):
['-limitdescendantcount=3'], # Limit mempool descendants as a hack to have wallet txs rejected from the mempool
[],
]
self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()