diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index c342bf06b7c..6d37280fdc3 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -1550,6 +1550,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 {