Commit 8f6e4668 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 94ece4c2
......@@ -122,6 +122,7 @@ func (t *tCluster) Stop() {
if xcontext.Canceled(err) { // cancel is expected
err = nil
}
// XXX t.network.Close()
if err != nil {
t.Fatalf("run shutdown: %s", err)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment