Disable multiple pv mount tests for vsphere intree driver

This commit is contained in:
Hemant Kumar 2023-01-09 16:20:17 -05:00
parent b3138ba1b3
commit 58e7b97b49

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