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:
Kubernetes Prow Robot 2019-10-02 13:08:08 -07:00 committed by GitHub
commit f9e2024b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,6 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
testsuites.CapFsGroup: true,
testsuites.CapExec: true,
testsuites.CapMultiPODs: true,
testsuites.CapBlock: true,
// GCE supports volume limits, but the test creates large
// number of volumes and times out test suites.
testsuites.CapVolumeLimits: false,