We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087bc13 commit 73c2daeCopy full SHA for 73c2dae
test/e2e/node/kubelet.go
@@ -411,7 +411,7 @@ var _ = SIGDescribe("kubelet", func() {
411
412
ginkgo.By("Delete the pod mounted to the NFS volume -- expect failure")
413
err := framework.DeletePodWithWait(f, c, pod)
414
- gomega.Expect(err).To(gomega.HaveOccurred())
+ framework.ExpectError(err)
415
// pod object is now stale, but is intentionally not nil
416
417
ginkgo.By("Check if pod's host has been cleaned up -- expect not")
0 commit comments