remove unnecessary wait call

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2024-06-18 18:18:54 +08:00
parent 497f1a45a3
commit 3e86af6843

View File

@@ -166,7 +166,6 @@ func TestEtcdListenMetricsURLsWithMissingClientTLSInfo(t *testing.T) {
if err := proc.Stop(); err != nil {
t.Error(err)
}
proc.Wait() // ensure the port has been released
_ = proc.Close()
}()