Remove block volume capability from GCE PD CSI Driver because not supported in v0.5.2

This commit is contained in:
David Zhu 2019-10-02 10:11:47 -07:00
parent bd89dc462c
commit 35d799c3a4

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,