From 35d799c3a4d5d6e8ef9c499f20936a66befc0903 Mon Sep 17 00:00:00 2001 From: David Zhu Date: Wed, 2 Oct 2019 10:11:47 -0700 Subject: [PATCH] Remove block volume capability from GCE PD CSI Driver because not supported in v0.5.2 --- test/e2e/storage/drivers/csi.go | 1 - 1 file changed, 1 deletion(-) 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,