Skip to content

Commit e9277ba

Browse files
committed
test: skip wallet_listreceivedby test when the cli isn't compiled
1 parent 621d398 commit e9277ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_listreceivedby.py

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

2020
def skip_test_if_missing_module(self):
2121
self.skip_if_no_wallet()
22+
self.skip_if_no_cli()
2223

2324
def run_test(self):
2425
# Generate block to get out of IBD

0 commit comments

Comments
 (0)