Skip to content

Commit 299544f

Browse files
author
MarcoFalke
committed
Merge #18534: test: skip backwards compat tests if not compiled with wallet
c0c43ae test: skip backwards compat tests if not compiled with wallet (fanquake) Pull request description: Top commit has no ACKs. Tree-SHA512: d9975a1490e69134408b6b724cea26a6c1397d43f59850283b9e338ae38e00fefbcd868fb141e0a4bb55f02076690a99331f29cfa2d0fa66c165032b24a94081
2 parents adac12a + c0c43ae commit 299544f

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)