diff --git a/test/e2e_node/terminate_pods_test.go b/test/e2e_node/terminate_pods_test.go index 9d72caeb46c..b5de26f52c0 100644 --- a/test/e2e_node/terminate_pods_test.go +++ b/test/e2e_node/terminate_pods_test.go @@ -78,7 +78,7 @@ var _ = SIGDescribe("Terminate Pods", func() { } } return false - }, 20*time.Second, 1*time.Second).Should(gomega.BeTrueBecause("expected container to be ready")) + }, 20*time.Second, 1*time.Second).Should(gomega.BeTrueBecause("expected container to be not ready")) err := client.Delete(context.Background(), pod.Name, metav1.DeleteOptions{})