diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index 7f5a81063ca..f7e3e7847ff 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -1549,6 +1549,7 @@ func WaitForPodToDisappear(c *client.Client, ns, podName string, label labels.Se if pod.Name == podName { Logf("Pod %s still exists", podName) found = true + break } } if !found {