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
commit 2ed47bd81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
},
},
}