Skip to content

Commit

Permalink
fix: skip interface_zmq.py which is not ready to work without bdb
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Feb 16, 2024
1 parent 0fd3f33 commit 72aeaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/interface_zmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def set_test_params(self):
def skip_test_if_missing_module(self):
self.skip_if_no_py3_zmq()
self.skip_if_no_bitcoind_zmq()
# TODO: drop this check after migration to MiniWallet, see bitcoin/bitcoin#24653
self.skip_if_no_bdb()

def setup_nodes(self):
import zmq
Expand Down

0 comments on commit 72aeaa5

Please sign in to comment.