Skip to content

Commit d3f1b9e

Browse files
test: remove wallet dependency check from blockfilter tests
1 parent 492c109 commit d3f1b9e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/functional/feature_blockfilter_version.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ def set_test_params(self):
1717
self.num_nodes = 1
1818
self.extra_args = [["-blockfilterindex"]]
1919

20-
def skip_test_if_missing_module(self):
21-
self.skip_if_no_wallet()
22-
2320
def run_test(self):
2421
self.log.info("Testing blockfilter index version checking...")
2522

test/functional/p2p_blockfilters.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ def set_test_params(self):
6767
["-blockfilterindex"],
6868
]
6969

70-
def skip_test_if_missing_module(self):
71-
self.skip_if_no_wallet()
72-
7370
def run_test(self):
7471
# Node 0 supports COMPACT_FILTERS, node 1 does not.
7572
peer_0 = self.nodes[0].add_p2p_connection(FiltersClient())

0 commit comments

Comments
 (0)