Skip to content

Commit f47ff71

Browse files
committed
test: only run test for descriptor wallets
since this test uses bech32m, we skip unless sqlite is used, which is the same as checking if we are using descriptor wallets or not
1 parent 0760ce0 commit f47ff71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_avoid_mixing_output_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def set_test_params(self):
124124

125125
def skip_test_if_missing_module(self):
126126
self.skip_if_no_wallet()
127+
self.skip_if_no_sqlite()
127128

128129
def make_payment(self, A, B, v, addr_type):
129130
fee_rate = random.randint(1, 20)

0 commit comments

Comments
 (0)