Skip to content

Commit c0c43ae

Browse files
committed
test: skip backwards compat tests if not compiled with wallet
1 parent cf21293 commit c0c43ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/feature_backwards_compatibility.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ def set_test_params(self):
4040
["-nowallet", "-walletrbf=1", "-addresstype=bech32"] # v0.17.1
4141
]
4242

43+
def skip_test_if_missing_module(self):
44+
self.skip_if_no_wallet()
45+
4346
def setup_nodes(self):
4447
if os.getenv("TEST_PREVIOUS_RELEASES") == "false":
4548
raise SkipTest("backwards compatibility tests")

0 commit comments

Comments
 (0)