mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
remove unnecessary wait call
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
497f1a45a3
commit
3e86af6843
@ -166,7 +166,6 @@ func TestEtcdListenMetricsURLsWithMissingClientTLSInfo(t *testing.T) {
|
|||||||
if err := proc.Stop(); err != nil {
|
if err := proc.Stop(); err != nil {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
proc.Wait() // ensure the port has been released
|
|
||||||
_ = proc.Close()
|
_ = proc.Close()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user