Skip to content

Commit

Permalink
e2e: remove TODO update nfs node-plugin with fix csi-driver-nfs#319
Browse files Browse the repository at this point in the history
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 <rar@redhat.com>
  • Loading branch information
Rakshith-R authored and mergify[bot] committed May 17, 2022
1 parent eea957b commit 952105e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions e2e/nfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 952105e

Please sign in to comment.