Merge pull request #71075 from jsafrane/csi-skip-attach-tag

Rename tag for CSI skip attach tests
This commit is contained in:
k8s-ci-robot
2018-11-15 08:37:08 -08:00
committed by GitHub

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