From f47ff717611182da27461e29b3c23933eb22fbce Mon Sep 17 00:00:00 2001 From: josibake Date: Fri, 29 Jul 2022 12:31:40 +0200 Subject: 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 --- test/functional/wallet_avoid_mixing_output_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/wallet_avoid_mixing_output_types.py b/test/functional/wallet_avoid_mixing_output_types.py index 46f41d9c22..cad9d02808 100755 --- a/test/functional/wallet_avoid_mixing_output_types.py +++ b/test/functional/wallet_avoid_mixing_output_types.py @@ -124,6 +124,7 @@ class AddressInputTypeGrouping(BitcoinTestFramework): def skip_test_if_missing_module(self): self.skip_if_no_wallet() + self.skip_if_no_sqlite() def make_payment(self, A, B, v, addr_type): fee_rate = random.randint(1, 20) -- cgit v1.2.3