Skip --descriptor tests if sqlite is not compiled

This commit is contained in:
Andrew Chow
2020-10-29 12:28:07 -04:00
parent 42b66a6b81
commit 586640381a
5 changed files with 16 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ class WalletDescriptorTest(BitcoinTestFramework):
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
self.skip_if_no_sqlite()
def run_test(self):
wallet_info = self.nodes[0].getwalletinfo()