aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importdescriptors.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-10-29 12:28:07 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-10-29 12:34:16 -0400
commit586640381a2c379ce3d6366b1b4534ccc4e8ccf2 (patch)
tree917bced73ce098d0f3762fe3634a428d777f7bcf /test/functional/wallet_importdescriptors.py
parent42b66a6b814bca130a9ccf0a3f747cf33d628232 (diff)
downloadbitcoin-586640381a2c379ce3d6366b1b4534ccc4e8ccf2.tar.xz
Skip --descriptor tests if sqlite is not compiled
Diffstat (limited to 'test/functional/wallet_importdescriptors.py')
-rwxr-xr-xtest/functional/wallet_importdescriptors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_importdescriptors.py b/test/functional/wallet_importdescriptors.py
index 2d982edef8..743a9ac9ff 100755
--- a/test/functional/wallet_importdescriptors.py
+++ b/test/functional/wallet_importdescriptors.py
@@ -37,6 +37,7 @@ class ImportDescriptorsTest(BitcoinTestFramework):
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
+ self.skip_if_no_sqlite()
def test_importdesc(self, req, success, error_code=None, error_message=None, warnings=None, wallet=None):
"""Run importdescriptors and assert success"""