diff --git a/tests/e2e/etcd_config_test.go b/tests/e2e/etcd_config_test.go index c455bc208e8..87a5f7666d9 100644 --- a/tests/e2e/etcd_config_test.go +++ b/tests/e2e/etcd_config_test.go @@ -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() }()