Skip to content

Commit

Permalink
Enabled extra functional tests thanks to previous commit with new Dec…
Browse files Browse the repository at this point in the history
…imal json output
  • Loading branch information
knst committed Jun 8, 2022
1 parent f08497c commit 5031114
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/functional/interface_zmq_dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def set_test_params(self):
extra_args[0] = node0_extra_args
self.set_dash_test_params(5, 4, fast_dip3_enforcement=True, extra_args=extra_args)
self.set_dash_llmq_test_params(4, 4)
self.supports_cli = False

def skip_test_if_missing_module(self):
self.skip_if_no_py3_zmq()
Expand Down
1 change: 0 additions & 1 deletion test/functional/mempool_spend_coinbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
class MempoolSpendCoinbaseTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.supports_cli = False

def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
Expand Down
1 change: 0 additions & 1 deletion test/functional/p2p_instantsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def set_test_params(self):
self.isolated_idx = 1
self.receiver_idx = 2
self.sender_idx = 3
self.supports_cli = False

def run_test(self):
self.nodes[0].spork("SPORK_17_QUORUM_DKG_ENABLED", 0)
Expand Down
1 change: 0 additions & 1 deletion test/functional/rpc_fundrawtransaction_hd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 4
self.extra_args = [['-usehd=1']] * self.num_nodes
self.supports_cli = False

def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
Expand Down
1 change: 0 additions & 1 deletion test/functional/rpc_verifyislock.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def set_test_params(self):
# -whitelist is needed to avoid the trickling logic on node0
self.set_dash_test_params(6, 5, [["-whitelist=127.0.0.1"], [], [], [], [], []], fast_dip3_enforcement=True)
self.set_dash_llmq_test_params(5, 3)
self.supports_cli = False

def get_request_id(self, tx_hex):
tx = FromHex(CTransaction(), tx_hex)
Expand Down

0 comments on commit 5031114

Please sign in to comment.