Skip to content

Commit 2f9bde6

Browse files
committed
test: Remove unnecessary restart in assumeutxo test
1 parent 19ce3d4 commit 2f9bde6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/feature_assumeutxo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def test_snapshot_with_less_work(self, dump_output_path):
203203
assert_equal(node.getblockcount(), FINAL_HEIGHT)
204204
with node.assert_debug_log(expected_msgs=["[snapshot] activation failed - work does not exceed active chainstate"]):
205205
assert_raises_rpc_error(-32603, "Unable to load UTXO snapshot", node.loadtxoutset, dump_output_path)
206-
self.restart_node(0, extra_args=self.extra_args[0])
207206

208207
def test_snapshot_block_invalidated(self, dump_output_path):
209208
self.log.info("Test snapshot is not loaded when base block is invalid.")

0 commit comments

Comments
 (0)