mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
CSI topology e2e - fix space in Feature tag
This commit is contained in:
parent
708c1ae161
commit
9864628c76
@ -155,7 +155,7 @@ var _ = utils.SIGDescribe("CSI Volumes", func() {
|
||||
})
|
||||
}
|
||||
|
||||
Context("CSI Topology test using GCE PD driver [Feature: CSINodeInfo]", func() {
|
||||
Context("CSI Topology test using GCE PD driver [Feature:CSINodeInfo]", func() {
|
||||
newConfig := config
|
||||
newConfig.TopologyEnabled = true
|
||||
driver := drivers.InitGcePDCSIDriver(newConfig).(testsuites.DynamicPVTestDriver) // TODO (#71289) eliminate by moving this test to common test suite.
|
||||
|
Loading…
Reference in New Issue
Block a user