Rename tag for CSI skip attach tests

So it has the same name as alpha feature
pull/58/head
Jan Safranek 2018-11-15 15:42:00 +01:00
parent 4fdac19603
commit 6fee3688a0
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ var _ = utils.SIGDescribe("CSI Volumes", func() {
}
// The CSIDriverRegistry feature gate is needed for this test in Kubernetes 1.12.
Context("CSI attach test using HostPath driver [Feature:CSISkipAttach]", func() {
Context("CSI attach test using HostPath driver [Feature:CSIDriverRegistry]", func() {
var (
cs clientset.Interface
csics csiclient.Interface