Skip to content

Commit 268bc1a

Browse files
refactor: remove stale comment
Signed-off-by: Peter Tran <[email protected]>
1 parent 05c5f77 commit 268bc1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/k8s_util.go

-1
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ func (hsr *httpServerReadiness) spawnProberPool(resultsCh chan *probeResult) {
11381138
// Validates two way connectivity between all pods across all protocol and port permutations
11391139
func (hsr *httpServerReadiness) validate() {
11401140
numProbes := hsr.numProbes()
1141-
// TODO: find better metrics, this is only for POC.
11421141
resultsCh := make(chan *probeResult, numProbes)
11431142
hsr.spawnProberPool(resultsCh)
11441143

0 commit comments

Comments
 (0)