diff --git a/test/e2e/storage/drivers/csi.go b/test/e2e/storage/drivers/csi.go index ad3b56c6bc1..d79e0d5804a 100644 --- a/test/e2e/storage/drivers/csi.go +++ b/test/e2e/storage/drivers/csi.go @@ -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,