Merge pull request #72930 from verult/e2e-csi-topology

CSI topology e2e - fix space in Feature tag
pull/564/head
Kubernetes Prow Robot 2019-01-15 22:13:04 -08:00 committed by GitHub
commit 9e3b0a0ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.