You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently sanity tests use csi-test v4.4.0 which only supports 1.6.0 of the CSI specification. We should bump this to the latest and also bump the CSI version supported by the driver. While at it we should also see if there are any tests we can stop skipping in the Makefile:
override TESTARGS += -ginkgo.skip='Controller Service \[Controller Server\] CreateVolume should fail when requesting to create a volume with already existing name and different capacity'
The text was updated successfully, but these errors were encountered:
Currently sanity tests use csi-test v4.4.0 which only supports 1.6.0 of the CSI specification. We should bump this to the latest and also bump the CSI version supported by the driver. While at it we should also see if there are any tests we can stop skipping in the Makefile:
override TESTARGS += -ginkgo.skip='Controller Service \[Controller Server\] CreateVolume should fail when requesting to create a volume with already existing name and different capacity'
The text was updated successfully, but these errors were encountered: