Merge pull request #83409 from davidz627/master
Remove block volume capability from GCE PD CSI Driver because not supported in v0.5.2
This commit is contained in:
@@ -393,7 +393,6 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
|
|||||||
testsuites.CapFsGroup: true,
|
testsuites.CapFsGroup: true,
|
||||||
testsuites.CapExec: true,
|
testsuites.CapExec: true,
|
||||||
testsuites.CapMultiPODs: true,
|
testsuites.CapMultiPODs: true,
|
||||||
testsuites.CapBlock: true,
|
|
||||||
// GCE supports volume limits, but the test creates large
|
// GCE supports volume limits, but the test creates large
|
||||||
// number of volumes and times out test suites.
|
// number of volumes and times out test suites.
|
||||||
testsuites.CapVolumeLimits: false,
|
testsuites.CapVolumeLimits: false,
|
||||||
|
Reference in New Issue
Block a user