mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-02 11:41:18 +02:00
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
This commit is contained in:
@ -36,6 +36,7 @@ class PreciousTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 3
|
||||
self.supports_cli = False
|
||||
|
||||
def setup_network(self):
|
||||
self.setup_nodes()
|
||||
|
Reference in New Issue
Block a user