File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,9 +267,9 @@ configvar CSI_PROW_E2E_ALPHA "$(get_versioned_variable CSI_PROW_E2E_ALPHA "${csi
267267# the failing test for "latest" or by updating the test and not running
268268# it anymore for older releases.
269269configvar CSI_PROW_E2E_ALPHA_GATES_1_13 ' VolumeSnapshotDataSource=true,BlockVolume=true,CSIBlockVolume=true' " alpha feature gates for Kubernetes 1.13"
270- configvar CSI_PROW_E2E_ALPHA_GATES_1_14 ' VolumeSnapshotDataSource=true' " alpha feature gates for Kubernetes 1.14"
270+ configvar CSI_PROW_E2E_ALPHA_GATES_1_14 ' VolumeSnapshotDataSource=true,ExpandCSIVolumes=true ' " alpha feature gates for Kubernetes 1.14"
271271# TODO: add new CSI_PROW_ALPHA_GATES entry for future Kubernetes releases
272- configvar CSI_PROW_E2E_ALPHA_GATES_LATEST ' AllAlpha=true' " alpha feature gates for latest Kubernetes"
272+ configvar CSI_PROW_E2E_ALPHA_GATES_LATEST ' AllAlpha=true,ExpandCSIVolumes=true ' " alpha feature gates for latest Kubernetes"
273273configvar CSI_PROW_E2E_ALPHA_GATES " $( get_versioned_variable CSI_PROW_E2E_ALPHA_GATES " ${csi_prow_kubernetes_version_suffix} " ) " " alpha E2E feature gates"
274274
275275# Some tests are known to be unusable in a KinD cluster. For example,
You can’t perform that action at this time.
0 commit comments