mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
test: skip wallet_listreceivedby test when the cli isn't compiled
This commit is contained in:
@@ -19,6 +19,7 @@ class ReceivedByTest(BitcoinTestFramework):
|
|||||||
|
|
||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_wallet()
|
self.skip_if_no_wallet()
|
||||||
|
self.skip_if_no_cli()
|
||||||
|
|
||||||
def run_test(self):
|
def run_test(self):
|
||||||
# Generate block to get out of IBD
|
# Generate block to get out of IBD
|
||||||
|
|||||||
Reference in New Issue
Block a user