Merge pull request #114933 from gnufied/disable-multiple-pv-tests-vsphere

Disable multiple pv mount tests for vsphere intree driver
This commit is contained in:
Kubernetes Prow Robot
2023-01-10 03:05:26 -08:00
committed by GitHub

View File

@@ -1212,7 +1212,7 @@ func InitVSphereDriver() storageframework.TestDriver {
storageframework.CapMultiPODs: true,
storageframework.CapTopology: true,
storageframework.CapBlock: true,
storageframework.CapMultiplePVsSameID: true,
storageframework.CapMultiplePVsSameID: false,
},
},
}