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

@ -18,6 +18,7 @@ class PrioritiseTransactionTest(BitcoinTestFramework):
"-printpriority=1",
"-acceptnonstdtxn=1",
]] * self.num_nodes
self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()