diff --git a/test/e2e/common/pods.go b/test/e2e/common/pods.go index 5e7c681e4f9..5b1523182dd 100644 --- a/test/e2e/common/pods.go +++ b/test/e2e/common/pods.go @@ -921,6 +921,9 @@ var _ = framework.KubeDescribe("Pods", func() { pod.ObjectMeta.Namespace == testNamespaceName && pod.Labels["test-pod-static"] == "true" && pod.Status.Phase == v1.PodRunning + if !found { + framework.Logf("observed Pod %v in namespace %v in phase %v", pod.ObjectMeta.Name, pod.ObjectMeta.Namespace, pod.Status.Phase) + } return found, nil } return false, nil