From 0eb40b3ded6f41a479323f2fd879c33d26ee8b7e Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Wed, 24 Mar 2021 10:07:45 -0500 Subject: [PATCH] e2e: reduce pods used in shared local pv test --- test/e2e/storage/persistent_volumes-local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index 61a0202d5fc..16b61c0e7e1 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -658,7 +658,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { var ( pvc *v1.PersistentVolumeClaim pods = map[string]*v1.Pod{} - count = 50 + count = 2 err error ) pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns)