From 952105e55131671383945301c1556b4189154b2e Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Tue, 17 May 2022 12:21:16 +0530 Subject: [PATCH] e2e: remove TODO update nfs node-plugin with fix csi-driver-nfs#319 This commits removes TODO: update nfs node-plugin that has kubernetes-csi/csi-driver-nfs#319 Since, the nfsplugin image is already updated to v4.0.0. Signed-off-by: Rakshith R --- e2e/nfs.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/e2e/nfs.go b/e2e/nfs.go index 7bf4224ad..10bdbfb75 100644 --- a/e2e/nfs.go +++ b/e2e/nfs.go @@ -482,13 +482,6 @@ var _ = Describe("nfs", func() { }) By("Create PVC, bind it to an app, unmount volume and check app deletion", func() { - // TODO: update nfs node-plugin that has kubernetes-csi/csi-driver-nfs#319 - if true { - e2elog.Logf("skipping test, needs kubernetes-csi/csi-driver-nfs#319") - - return - } - pvc, app, err := createPVCAndAppBinding(pvcPath, appPath, f, deployTimeout) if err != nil { e2elog.Failf("failed to create PVC or application: %v", err)