CSI topology e2e - fix space in Feature tag

This commit is contained in:
Cheng Xing 2019-01-15 10:47:14 -08:00
parent 708c1ae161
commit 9864628c76

View File

@ -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.