lntest: remove redundant nodes shutdown

The nodes are already shut down in the `Cleanup` in `ht.Subtest` so
there's no need to shutdown them again.
This commit is contained in:
yyforyongyu 2024-07-09 01:32:16 +08:00
parent 8240a87c2b
commit 623f816f8e
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -359,11 +359,6 @@ func (h *HarnessTest) Stop() {
return return
} }
// Stop all running nodes.
for _, node := range h.manager.activeNodes {
h.Shutdown(node)
}
close(h.lndErrorChan) close(h.lndErrorChan)
// Stop the fee service. // Stop the fee service.