We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c5623 commit 3b7884eCopy full SHA for 3b7884e
test_cases/fiber/devnet/shutdown_channel/test_restart.py
@@ -182,7 +182,7 @@ def test_force_restart_fiber_node_shutdown_channel(self):
182
# 3.检查关闭后balance被正常返还
183
assert after_balance2 - before_balance2 == 62.0
184
185
- @pytest.mark.skip("https://github.com/nervosnetwork/fiber/issues/427")
+ # @pytest.mark.skip("https://github.com/nervosnetwork/fiber/issues/427")
186
def test_restart_ckb_node_shutdown_channel(self):
187
"""
188
1.ckb节点重启
@@ -229,6 +229,7 @@ def test_restart_ckb_node_shutdown_channel(self):
229
self.node.stop()
230
time.sleep(10)
231
self.node.start()
232
+ self.node.start_miner()
233
234
# todo wait close tx commit
235
time.sleep(20)
0 commit comments