mirror of https://github.com/k3s-io/k3s
Merge pull request #71075 from jsafrane/csi-skip-attach-tag
Rename tag for CSI skip attach testspull/58/head
commit
076adbf4a2
|
@ -144,7 +144,7 @@ var _ = utils.SIGDescribe("CSI Volumes", func() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// The CSIDriverRegistry feature gate is needed for this test in Kubernetes 1.12.
|
// 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 (
|
var (
|
||||||
cs clientset.Interface
|
cs clientset.Interface
|
||||||
csics csiclient.Interface
|
csics csiclient.Interface
|
||||||
|
|
Loading…
Reference in New Issue