mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-09 08:12:21 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@@ -47,6 +47,9 @@ class MempoolPersistTest(BitcoinTestFramework):
|
||||
self.num_nodes = 3
|
||||
self.extra_args = [[], ["-persistmempool=0"], []]
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def run_test(self):
|
||||
chain_height = self.nodes[0].getblockcount()
|
||||
assert_equal(chain_height, 200)
|
||||
|
Reference in New Issue
Block a user