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

@ -53,6 +53,7 @@ class RawTransactionsTest(BitcoinTestFramework):
["-txindex"],
["-txindex"],
]
self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()