test: speedup wallet_coinbase_category.py

No need to create a chain for it (nor use the cache).
This commit is contained in:
furszy 2022-07-11 15:13:32 -03:00
parent c92eb6cda0
commit 76a84c0a6c
No known key found for this signature in database
GPG key ID: 5DD23CCC686AA623

View file

@ -15,6 +15,7 @@ from test_framework.util import (
class CoinbaseCategoryTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.setup_clean_chain = True
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()