Skip to content

Commit

Permalink
remove unnecessary wait call
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Jun 18, 2024
1 parent 497f1a4 commit 3e86af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/etcd_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}()

Expand Down

0 comments on commit 3e86af6

Please sign in to comment.