mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Disable multiple pv mount tests for vsphere intree driver
This commit is contained in:
parent
b3138ba1b3
commit
58e7b97b49
@ -1212,7 +1212,7 @@ func InitVSphereDriver() storageframework.TestDriver {
|
|||||||
storageframework.CapMultiPODs: true,
|
storageframework.CapMultiPODs: true,
|
||||||
storageframework.CapTopology: true,
|
storageframework.CapTopology: true,
|
||||||
storageframework.CapBlock: true,
|
storageframework.CapBlock: true,
|
||||||
storageframework.CapMultiplePVsSameID: true,
|
storageframework.CapMultiplePVsSameID: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user