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

Rename tag for CSI skip attach tests
pull/58/head
k8s-ci-robot 2018-11-15 08:37:08 -08:00 committed by GitHub
commit 076adbf4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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