diff --git a/test/e2e/common/node/pods.go b/test/e2e/common/node/pods.go index 8709415ad01..4edde25234d 100644 --- a/test/e2e/common/node/pods.go +++ b/test/e2e/common/node/pods.go @@ -866,6 +866,8 @@ var _ = SIGDescribe("Pods", func() { }}, metav1.CreateOptions{}) framework.ExpectNoError(err, "failed to create pod") framework.Logf("created %v", podTestName) + framework.ExpectNoError(e2epod.WaitForPodNameRunningInNamespace(f.ClientSet, podTestName, f.Namespace.Name)) + framework.Logf("running and ready %v", podTestName) } // wait as required for all 3 pods to be found