From 2d55962c85ae572298a41cfc1900e05c77c8130f Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Tue, 11 Jul 2017 16:59:38 +0800 Subject: [PATCH] squash the commits into one --- test/e2e/storage/persistent_volumes.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/storage/persistent_volumes.go b/test/e2e/storage/persistent_volumes.go index 5b87a072d4..19a971a61b 100644 --- a/test/e2e/storage/persistent_volumes.go +++ b/test/e2e/storage/persistent_volumes.go @@ -218,10 +218,6 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() { // a) pre-binding, b) create pvcs before pvs, c) create pvcs and pods // in different namespaces. Context("with multiple PVs and PVCs all in same ns", func() { - - // define the maximum number of PVs and PVCs supported by these tests - const maxNumPVs = 10 - const maxNumPVCs = 10 // scope the pv and pvc maps to be available in the AfterEach // note: these maps are created fresh in CreatePVsPVCs() var pvols framework.PVMap