Skip to content

Commit

Permalink
fix: remove workarounds introduced due to missing bitcoin#20267 (bdb …
Browse files Browse the repository at this point in the history
…is not compiled)

This partially reverts commit da8e563.
  • Loading branch information
knst committed Apr 2, 2024
1 parent fd90389 commit a72e60d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/functional/feature_filelock.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 2

# TODO: remove it after 20267 done
def skip_test_if_missing_module(self):
self.skip_if_no_bdb()

def setup_network(self):
self.add_nodes(self.num_nodes, extra_args=None)
self.nodes[0].start()
Expand Down
2 changes: 0 additions & 2 deletions test/functional/interface_bitcoin_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def set_test_params(self):

def skip_test_if_missing_module(self):
self.skip_if_no_cli()
# TODO: drop it when bitcoin#20267 is done
self.skip_if_no_bdb()

def run_test(self):
"""Main test logic"""
Expand Down
2 changes: 0 additions & 2 deletions test/functional/wallet_descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def set_test_params(self):

def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
# TODO: drop it when bitcoin#20267 is done
self.skip_if_no_bdb()
self.skip_if_no_sqlite()

def run_test(self):
Expand Down

0 comments on commit a72e60d

Please sign in to comment.